
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    margin: 0;
    padding: 0;
}

#geometric-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
}


.logo {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto 20px;
    text-shadow: 4px 4px 6px #000, -4px -4px 6px #000, 4px -4px 6px #000, -4px 4px 6px #000;
}

h1 {

    font-size: 3em;
    margin: 0;
    text-shadow: 4px 4px 6px #000, -4px -4px 6px #000, 4px -4px 6px #000, -4px 4px 6px #000;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    text-shadow: 4px 4px 6px #000, -4px -4px 6px #000, 4px -4px 6px #000, -4px 4px 6px #000;
}

section {
    padding: 50px 20px;
    text-align: center;
}

h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 4px 4px 6px #000, -4px -4px 6px #000, 4px -4px 6px #000, -4px 4px 6px #000;
}

.game {
    margin-bottom: 30px;
    text-shadow: 4px 4px 6px #000, -4px -4px 6px #000, 4px -4px 6px #000, -4px 4px 6px #000;
}

p {
    text-shadow: 6px 6px 8px #000, -6px -6px 8px #000, 6px -6px 8px #000, -6px 6px 8px #000;
}

