#question {
  font-family:helvetica;
  color:red;
  text-align:center;
}
#result {
  color:white;
  text-align:center;
  margin: 0 auto;
  font-size: 72px
}
#controls{
  margin: 0 auto;
  text-align:center;
  font-family: helvetica;
  color:white
}
#ballImage{
  width:150px;
}
#ball{
  margin: 0 auto;
  width:150px;
  height:150px;
  padding:150px;
  top:20px;
  text-align:center;
  border: 5px solid white;
  border-radius: 50%;
  position:relative;
}
h1{
  margin: 0 auto;
  text-align:center;
  font-family: helvetica;
  font-weight: bold;
  text-shadow: 3px 3px 6px;
  color:white
}
h2{
  margin: 0 auto;
  text-align:center;
  font-family: helvetica;
  color:white;
}
body{
  background:black