.contactBTN {
    align-items: center;
    padding: 10px;
    border-radius: 30px !important;
    border: solid 2px #AECAD6;
    background-color: transparent;
    color: white;
    text-decoration: none;
    transition: background-color 0.6s ease, transform 0.6s ease, color 0.6s ease;
}

.contactBTN:hover {
    background-color: #AECAD6 !important;
    color: white;
    transform: scale(1.1);
}