body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    line-height: 1.6;
}

h1 {
    color: #333;
}

nav a { 
    margin: 0 10px; 
    text-decoration: none; 
    font-weight: bold; 
    color: #8B0000; /* Dark Red */
}


nav a {
    margin-right: 10px;
    text-decoration: none;
    color: #0073e6;
}
