#home-card {
    background-image: url("../images/card-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#headshot {
    max-height: 286px;
    max-width: 286px;
}