body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background: #f5f5f5;
}

h1 {
    color: #333;
}

nav a {
    margin-right: 10px;
    text-decoration: none;
    color: #0066cc;
}
