body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #f4f6f8;
}
nav a {
    margin: 10px;
    text-decoration: none;
    color: blue;
}