#backToMenu{
    position: absolute;
    top: 10px;
    right: 10px;
}
#gameBoard{
    display: flex;
    flex-direction: row;
    /*padding: 15px;*/
    background-color: lightblue;
    align-items: center;
}
#score{
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
#score :first-child{
    margin: 15px 0;
    width: 100%;
}
#matchesLeft{
    text-align: center;
    font-size: 30px;
}
