header,footer,section{
    background-color: rgb(105, 183, 255);
    padding:12px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 20px;

    width:80%;
    max-width: 900px;

    text-align:center;
}

body{
    background-color: rgb(14, 94, 148);
}