body {
    margin:0;
    padding:0;
    font-family: "Courier";
    font-size: 50px;
    text-align: center;
    user-select:none;
}

button {
    font-size: 22px;
    font-family: "Courier";
    padding: 10px 32px;
}

table{
    font-size:15px;
    width:212px;
    margin:auto;
}

td {
    background-color:#8BC34A;/* 27ae60;*/
    color:white;
    font-weight:bold;
    border-radius:3px;
    text-align: center;
    
}

footer {
    font-size:10px;
    text-align:center;
    margin-top:50px;
}


#container {
    width: 208px;
    height: 260px;
    background:#34495e;
    position: relative;
    margin: auto;
}

#box {
    width: 50px;
    height: 50px;
    border: 1px solid black;    
    position: absolute;
    bottom: 0;
    background:#d35400;
    border-radius:3px;
}

#finalScore {
    display: none;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    background-color: #8BC34A;
    margin: 10px 20px;
}

#total, #points {
    width: 100px;
    width: 100px;
}

