@import url('https://fonts.googleapis.com/css2?family=Anta&family=Kode+Mono:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Micro+5&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    font-family: Lato;
}

body{
    background-color: darkseagreen;
}
header{
    width: 100%;
    height: 100px;
    left: 0;
    position: fixed;
    display: flex;
    top: 0;
    background-color: lightblue;
    border-top: black solid 5px;  
    border-bottom: black solid 5px;
}


h1{
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    align-self: center;
    width: auto;

}

section{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row ;
}

.mission{
    margin-top: 200px;
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
}

.mission h2{
    text-align: center;
}

.mission p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.pictures{
    margin-top: 200px;
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    display: inline-flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
  
}

.pictures img{
    width: 150px;
    height: 150px;
    border: black solid 3px;
}

.container{
    margin-top: 200px;
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px; 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.header{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.header h2{
    text-align: center;
}

.header p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.maria{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.maria h3{
    text-align: center;
}

.maria p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.elijah{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.elijah h3{
    text-align: center;
}

.elijah p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.sophie{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.sophie h3{
    text-align: center;
}

.sophie p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.alex{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.alex h3{
    text-align: center;
}

.alex p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

.tara{
    width: 40%;
    background-color: rgb(251, 187, 251);
    border: black solid 3px;
    margin-top: 50px;
}

.tara h3{
    text-align: center;
}

.tara p{
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    margin: 20px;
}

footer{
    width: 100%;
}

footer p{
    font-family: cursive;
    text-align: center;
}