h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

body {
    background-color: aqua;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    margin: 10px;
}