h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}
body {
    background-color: #f0f0f0; 
    color: #333333; 
    font-family: Arial, Helvetica, sans-serif; 
    margin: 10px; 
}