body {
    font-family: arial, helvetica;
    margin: 0px;
}

body > header { 
    background-color: lightpink;
    color:black;
    display: flex;
    height: 9vh;
    align-items: center;
    justify-content: space-around;
}

h2 { 
    background-color: lightpink;
    color: red;
    text-align:center;

}

h3 {
    padding: 16px;
    background-color:cornflowerblue;
    color: lemonchiffon;
    text-align:center;
}

h4 {

    padding: 16px;
    background-color:aliceblue;
    text-align: center;
}

h5 {
    padding: 0px;
    margin:0%;
    background-color: lemonchiffon;
    color:cornflowerblue;
    text-align: center;
    grid-area: auto;
}

#main-content {
    display: flex;
    justify-content: space-around;
    margin: 100px;
}

img{
    display: block;
    margin: 0 auto;
}
    
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

main content > div {
    width: 80%;
}

p { 
    text-indent: 30px;
    text-align: center;
}

div {
    text-indent: 20px;
    text-align:left
}