/* Minimalist styles */
html, body {
    height: 100%;
    margin: 0;
}
body {
    font-family: 'Switzer', sans-serif;
    line-height: 1.6;
    color: #a6a6a6;
    background: #202020;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

a {
    color: #a6a6a6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}