#root {
    image-rendering: pixelated;
    width: 768px;
    height: 720px;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: black;
}

#author {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-family: monospace;
    font-size: 12px;
    color: white;
}