body{
    line-height: 0px;
}

#GameScreen{
    width: fit-content;
    height: fit-content;
    display: flex;
}

#GameMatrix span{
    width: 20px;
    height: 20px;
    border-style: outset;
    border-color: black;
    background-color: wheat;
    display: inline-block;
}

.stoned{
    background-color: gray !important;
}

#GameMatrix{
    width: 340px;
    height: 540px;
}

#InfoPanel{
    width: 150px;
    height: 520px;
}

#InfoPanel div{
    display: grid;
    align-content: center;
}

#Score{
    width: 150px;
    height: 120px;
    background-color: salmon;
}

#Level{
    width: 150px;
    height: 120px;
    background-color: lemonchiffon;
}

#Lines{
    width: 150px;
    height: 120px;
    background-color: lavender;
}

#NextTile{
    width: 150px;
    height: 160px;
    background-color: navajowhite;
}
