body{
    font-family: "Lato", sans-serif;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    float: right;
}
h1, h2 {
  text-align: center;  
}
.score {
    text-align: center;
    width: 50%;
    height: 40%;
    font-size: 100px;

}
div {    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}