.contact-container h1 {
    font-size: 60px;
    color: #1BA6AB;
    font-weight: bold;
    margin: 10vh 0vh;
}

.contact-container {
    margin-bottom: 10vh;
    display: block;
}

svg {
    margin-top: 10px;
    fill: black;
}

hr.border {
    border: 3px var(--bs-border-style) #1BA6AB !important;
}

.contact-card {
    width: 90%;
    max-width: 450px;
    text-align: center;
    font-size: 25px;
    background-color: #f6f1e7a8;
    color: rgb(0, 0, 0);
    border-radius: 3px;
}

.btn {
    background-color: #1BA6AB;
    border-color: #1BA6AB;
    border-radius: 20px;
    font-size: 20px;

}

.btn:hover {
    background-color: #00B8C6;
    border-color: #00B8C6;
}