body {
    background-color: rgb(30, 30, 30);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99dvw;
    height: 99dvh;
    overflow: hidden;
    margin: 0;
}