body{
    background-color: gainsboro;
}

.score-container{
    font-size: 2.5rem;
    color: whitesmoke;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#score{
    font-size: 2rem;
    display: inline-block;
    margin-top: 2rem;
}
div{
    font-size: 25px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
}
canvas{
    display: block;
    margin:0 auto;
}

#tetris{
    align-items: center;
    margin-top: 4rem;
}