/* Nowoczesny styl hakerski */
body {
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
    background-color: #0d0d0d; /* Ciemne tło to podstawa */
    color: #00ff41;           /* Klasyczna zieleń matrycy */
}

/* Styl retro/terminal */
h1 {
    font-family: 'VT323', monospace;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    color: #00ff41;
}

