body {
    font-family: Arial, sans-serif;
    margin: 2rem;
    background-color: #f4f4f4;
}

header {
    margin-bottom: 2rem;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
}

