/* Custom styles for the contact page button */
.contact-button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.contact-button {
    background-color: #434343;
    color: #F9F7F3;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s ease;
}
