@font-face {
    font-family: 'Orbitron';
    src: url('orbitron.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    color: #e0ffe0;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
    #background-size: 100% 100%;
    #background: url('grid-background.png') no-repeat center center;
}

h1 {
    font-size: 3em;
    color: #00ff99;
    text-shadow: 0 0 10px #00ff99, 0 0 20px #00ff99, 0 0 30px #00ff99;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.5em;
    color: #66ffcc;
    text-shadow: 0 0 5px #66ffcc, 0 0 10px #66ffcc;
}
