#room {
    background-color: white;
    color: black;

    position: absolute;
    top:0;
    left:0;
}

button {
    background-color: rgb(31, 0, 204);
    color: white;
}
