@font-face {
    font-family: 'Idealist Sans Light';
    src: url('../fonts/IdealistSans-Light.woff2') format('woff2'),
         url('../fonts/IdealistSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Idealist Sans Light', sans-serif;
    text-align: center;
    padding: 50px;
    background-color: #0d1117;
    color: #c9d1d9;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background: #161b22;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #30363d;
}

h1 {
    font-size: 2.5em;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #c9d1d9;
}

p {
    font-family: 'Consolas', monospace;
    font-size: 1.2em;
}
