section.container, footer {
    margin-top: 50px;
}

.hero {
    height: 35rem;
    background-image: url(imgs/lawnmower-hero-lg.jpg);
    text-shadow: 0px 0px 9px black;
}

.info-board img {
    /* width: 32rem;
    height: 24rem; */
    border-radius: 20px;
    object-fit: cover;
}

.about-me-board img {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
}