/* Allgemeine Stile */
body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 20px;
}

/* Überschriften */
h1, h2 {
    color: #bb86fc;
}

/* Liste der Spiele */
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 10px 0;
}

/* Links */
a {
    color: #03dac6;
    text-decoration: none;
    font-size: 1.2em;
    transition: color 0.3s;
}

a:hover {
    color: #ff0266;
}

/* Footer */
footer {
    margin-top: 20px;
    font-size: 0.9em;
    color: #888;
}
