body {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
}

.container {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-family: 'Sans Typo', sans-serif;
}

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

a:hover {
    text-decoration: underline;
}
