* {
    margin: auto;
    padding: 0;
    font-family: serif;
    font-size: medium;
}

div.room {
    width: 624px;
    height: 400px;
    border: 1px solid black;
    margin-bottom: 10px;
    /* display: flex; */
}

/* #infinite-waiting-rooms {
	scroll-snap-type: y mandatory;
} */


/* @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    } */