#about-the-authors {
    min-height: 475px;
    width: 100vw;

    background-image: url("../img/lake-forest-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}

#profile-img {
    height: 300px;
    border-radius: 100%;
}

#authors-description {
    background-color: black;
    opacity: 75%;
    border-radius: 10px;
    padding: 10px 20px;
}
