@font-face {
    font-family: 'NeoSpleen';
    src: url('/fonts/NeoSpleen.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'NeoSpleen', sans-serif;
    font-size: 1.3rem;
    background-color: #121212;
    color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    font-size: 2.5rem;
    margin: 0;
    text-align: center;
}

.container {
    text-align: center;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #1e1e1e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.footer {
    margin-top: 20px;
    font-size: 1.0rem;
}
