button:hover{
  cursor: pointer;
}

.container{
  position: fixed;
  top: 10%;
  right: 40%;
}

body{
  background-color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
}

.result, .score{
  color: white;
  font-size: 16px;
  font-weight: bold;
}
button{
  font-weight: bold;
  font-size: 16px;
}

h1, h2{
  color: white;
}