body {
font-family: Arial, sans-serif;
background: #1a1a2e;
color: #eee;
margin: 0;
}

ul {
    list-style-type: disc;
    color: #e94560;
}

.header {
background: #16213e;
padding: 20px;
text-align: center;
}

.nav {
background: #0f3460;
padding: 10px;
text-align: center;
}


.nav a {
color: #e94560;
text-decoration: none;
margin: 0 10px;
}

.content {
padding: 20px;
max-width: 800px;
margin: 0 auto;
}
