﻿
.gamerList button {
    margin: 1rem;
}

.gamerList button:last-child {
    margin: 1rem 0rem 1rem 1rem;
}

.gamerList button:first-child {
    margin: 1rem 1rem 1rem 0rem;
}

.gameStateInfo div {

}

.question_container button {
    margin: 1rem;
}

#waitGamerCount {
    border-radius: 50%;
}

.dot {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: #647b7a;
    border-radius: 50%;
    color: #fff;
}