body {
    background-color: #1e1e1e; /* Lighter background */
    color: #f0f0f0; /* Softer white text */
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 50px;
}

a {
    color: #66afe9; /* Softer blue */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
