/* Navigation Bar */
nav {
    background-color: #2c3e50;
    padding: 10px;
    text-align: center;
}

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

nav a.active {
    font-weight: bold;
    color: #1abc9c;
}
