body {
    background-color: #f8f9fa;
    font-family: "Times New Roman", Times, serif;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    color: #2c3e50;
    text-align: center;
    font-weight: bold;
}

p {
    line-height: 1.5;
    margin: 0 0 1em;
}

a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

nav {
    background-color: #34495e;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

nav a {
    color: #ecf0f1;
    padding: 10px 15px;
    text-transform: uppercase;
}

footer {
    font-size: 0.8em;
    text-align: center;
    margin-top: 50px;
    color: #95a5a6;
}