@font-face {
    font-family: 'Pixel';
    src: url('https://fonts.gstatic.com/s/pressstart2p/v9/e3t4euO8T-267oIAQAu6jDQyK3nVivM.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Pixel', 'Press Start 2P', cursive;
    background-color: #000000;
    color: #00ff00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    text-shadow: 2px 2px #ff00ff;
}

.container {
    max-width: 800px;
    padding: 20px;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.5;
}

@keyframes blink {
    50% {
        color: #000000;
        text-shadow: none;
    }
}
