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

header {
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

header h1 a {
    text-decoration: none;
    color: #333;
}

nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #0066cc;
}

nav a:hover {
    text-decoration: underline;
}

main {
    min-height: 400px;
}

footer {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 10px;
    text-align: center;
    color: #666;
}