body {
  text-align: center;
  background-image: url(https://media.istockphoto.com/photos/magic-glass-christmas-ball-with-bokeh-picture-id614715280?b=1&k=20&m=614715280&s=170667a&w=0&h=nQCcN30alL-R3V_v_OM4DjMP22_EZSwjoLoIReQE7fo=);
}

#ball {
	width: 550px;
  height: 550px;
  background-color: black;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 10px;
  
 }

div #eight  {
  width: 350px;    
  height: 350px;  
  background-color: whitesmoke;  
  border-radius: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  font-size: 300px; 
  color: navy;
}

#answer {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
  color: dodgerblue;
}

#play {
  padding: 10px;
  background-color: navy;
  color: azure;
}

#question {padding: 10px;}

}

input{
  width: 20em;
  height: 2em;
}