html {
    height: 100%;
}

body {
    background-image: linear-gradient(150deg, rgb(191, 0, 0), rgb(193, 0, 113));
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#root {
    background-color: black;
    aspect-ratio: 4 / 3;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}