body {
    background-color: rgb(238, 250, 255);
    font-family: Arial, sans-serif;
    color: black;
    margin: 10px;
}
h1 {
    text-align: center;
}
footer {
    text-align: center;
}
nav {
    text-align: center;
}