body {
    font-size: 21px;
    background-color: lightslategrey;
}
h1 {
    text-align: center;
}
section {
    background-color: lightblue;
    border: 1px solid black;
    padding: 10px;
}