body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    display: grid;
    place-content: center;
    min-height: 100vh;
    margin: 0;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #2a2a2a 40px), repeating-linear-gradient(#2a2a2a, #2a2a2a);
}

:root {
    --glow-color: hsl(217, 100%, 50%);
    --glow-spread-color: hsla(217, 100%, 50%, 0.2);
    --enhanced-glow-color: hsl(217, 100%, 60%);
    --card-glow-color: hsla(217, 100%, 50%, 0.1);
}
