
body {
    background-color: #1c1c1c;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
}
a {
    color: #00ffcc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
