.gameArea,
.bottomArea {
    width: 642px;
}

.titleBand {
    background: #E8D4B4;
    color: #4C4C4C;
}

.titleBand a {
    background: #E8D4B4;
    color: #4C4C4C;
}

.gameArea {
    border: 2px solid #927456 !important;
}

.controlPanel {
    background: #F0F0F0;
}

.titleBandLink {
    color: #4C4C4C !important;
}

.rankField, .ratingEloField {
    width: 100% !important;
}


#field {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    min-height: 550px;
    height: 650px;
}

#root {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#root canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.informationMain img {
    width: 100%;
}