h1{
    text-align: center;
    color: lightcoral;
}

h2{
    text-align: center;
    color: lightcoral;
}

h3{
    color: lightcoral;
    padding: 5px;
}

p{
    padding: 5px;
    text-align: center;
    line-height: 20px;
}

body{
    background-color: bisque;
}

header,footer,section{
    background-color: lightskyblue;
    padding:2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90%;
}