* {
    box-sizing: border-box;
}

a {
    color: black;    
}




iframe {
    width: 100%;
    min-height: 750px;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    margin-top: 6rem;
    padding-top: 10px;
}


h3 {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 25px;
    margin-bottom: 8%;
    padding-left: 22%;
    padding-right: 22%;
}

h4 {
    color: white;
    margin-top: 100px;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 10px;
}

.p3 {
    padding: 10px;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: left;
    text-indent: 3rem;
    padding-top: 10px;
}

p{
    font-size: large;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;

}

p1{
    padding: 25px;
    justify-content: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
}


center {
    text-indent: 2rem;
    font-size: 1.2rem;
}


.about {
    margin-top: 4%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
    border-radius: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.about p3{
    font-size: medium;
    font-weight: 200;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member {
    display: flex;
    width: 290px;
    justify-content: space-around;
    margin: 20px 30px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 85%);
    background-color: rgb(255, 255, 255, .3);
    border-radius: 2%;
}

.team-member img {
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
    margin-top: 2rem;
    height: 300px;
    width: 250px;
}