html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

iframe {
    margin-left: 10vw;
}

main {
    flex: 1;
}

section {
    scroll-margin-top: 80px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.fa-brands, .fa-solid {
    margin: 4px;
    color: white;
}

.fa-brands:hover, .fa-solid:hover {
    color: lightgrey;
}

.headshot {
    height: auto;
    width: 100%;
}

.resumeViewer {
    height: 80vh;
    width: 80vw;
    margin-top: 2%;
}

.socials {
    background-color: black;
    font-size: 36px;
    margin: 0 -50px;
    padding: 8px;
}

#about, #contact-form {
    padding-top: 80px;
}