body {
    font-family: "Pt Sans", "Arial";
}

#circle {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#game {
    display: none;
    width: 110px;
    height: 110px;
    padding: 5%;
    margin: 0 auto;
}

#round {
    text-align: center;
    display: none;    
}

#buttons {
    text-align: center;
}

button {
    margin: 0 auto;
    margin-top: 12pt;        
    border-radius: 15pt;
    font-family: 'Pt Sans', 'Arial';
    background-color: #E33A05;
    padding-left: 25pt;
    padding-right: 25pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
    color: white;
    border-style: none;

}

#reaction {
    display: none;
}

a {
    color: black
}

#stats {
    margin: 0 auto;
    text-align: center;
    display: none;
}

