main {
    width: 100vw;
}

#slideShowHolder {
    width: 100%;
    height: 40vh;
}

article {
    width: 100%;
    background-color: rgb(167, 158, 147);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 2rem; */
    text-align: left;
    max-width: 100vw;
}

article p {
    max-width: 90%;
    font-size: 1.2rem;
}

article h2 {
    font-size: 3rem;
}

#topWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 90%;
}

#image1 {
    width: 20vh;
    min-width: 20vh;
    height: 20vh;
    border-radius: 10vh;

    background-image: url("../images/headshot.png");
    background-size: cover;
    background-position: center;

    background-color: rgb(179, 47, 47);
    margin-right: 5vh;
}
