body {
    background-color: rgb(24, 24, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.snooter {
    width: fit-content;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}