html {
    background-color: #0f0f0f;
    color: white;
    font-size: small;
    font-family: "MS Gothic", "Arial Narrow", sans-serif;
}
body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
