body{
  background-color:orange;
}

h1{
  color:white;
  text-align:center;
}

.box1{

    position:absolute;
    top: 100px;
    left:100px;
    height:300px;
    width:300px;
    border: 2px solid black;
    border-radius:8px;
    background-color:dodgerblue;
    color:white;
    text-align:center;
}
.box2{
    position:absolute;
    top:100px;
    right:100px;
    height:300px;
    width:300px;
    border:2px solid black;
    border-radius:8px;
    background-color:dodgerblue;
    color:white; 
    text-align:center; 
}
.controls{
    position:absolute;
    top:450px;
    left:400px; 
}
p.total1 {
    font-size:70px;
    text-align:center;
}
p.total2 {
    font-size:70px;
    text-align:center;
}
p.result {
    color:white;

}
.scores {
    position:absolute;
    top:500px;
    left:420px;
}
