#title {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 14px;
}

#whatIs {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 12px;
    width: 65%;
    font-size: 151%;
}

#desc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#pic1 {
    width: 31%;
}

.subtitle{
    text-align: center;
}

.name{
    color: #64ca93;
    font-weight: bold;
}

#nameLoc {
    font-size: 110%;
}

#images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#pic2{
    width: 45%;
}

#pic3{
    width: 45%;
}

#pic4{
    width: 45%;
}

#pic5{
    width: 45%;
}

#pic2, #pic3, #pic4, #pic5 {
    margin-bottom: 16px;
}