body,
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    color: white;
}

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

.anonymous-pro-light {
    font-family: "Anonymous Pro", monospace;
    font-weight: 100;
    font-style: normal;
}