.contact-method {
    max-height: 200px;
    max-width: 200px;
    border: 2px solid white;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
}

#site-section-contact {
    flex-direction: row;
    gap:5%;
    justify-content: space-evenly;
}

.button {
    margin:0;
}

.contact-button {
    margin:0;
    padding: 40% 0;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    color: white;
    font-family: "Titan One", serif;
    font-weight: 1;
}

#email {
    background-image: url('/assets/contact/email.png');
}
#linkedin {
    background-image: url('/assets/contact/linkedin.png');
}
#resume {
    background-image: url('/assets/contact/resume.png');
}