.tally-support-section {
  padding: 50px 10%;
  background-color: #f4f6fa;
  color: black;
}
h2{
    color: #002e5b;
}
h2.contact {
    color: rgb(253, 251, 251);
}

.tally-support-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.tally-support-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}
a#contact button{
    background-color: #1965b1;
    color: white;
    padding: 15px;
    margin: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: black;
    
}
div.center{
    text-align: center;
}
a#contact button:hover{
    background-color: #3358be;
    transition: ease 0.5ms;
    cursor: pointer;
}

