header{
    color: rgb(47, 47, 134);
    text-align: center;

}

body{
    background-color: rgb(255, 199, 199)
}

nav{
    background-color: rgb(255, 255, 255);
    color: rgb(47, 47, 134);
    width: 100px;
    text-align: center;
    padding: 10px;
}

section{
    display: inline-block;
    width: 32%;

}

footer{
    font-size: 12px;
    margin: 20px;
}

img {
    height: 200px;
}