
.chart {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    padding-top: 26px;
}

.chart span{
    display: block;
    font-size: 2em;
    font-weight: normal;
}

canvas{
    position: absolute;
    left: 0;
    top: 0;
}

#menu {
    display: none;
}

.game_connecting {
    display: none;
}

#chat {
    display: none;
}

.game-itself {
    justify-content: center;
}

#game {
    flex: 1;
}