body {
    background-color: #FFF;
}
#score {
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
#highscore {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
}
#container {
    width: 500px;
    height: 500px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: none;
}
#description {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
