#ball {
	width: 350px;
  height: 350px;
  background-color: black;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
 border: 4px solid white;
   margin-top: 200px; 
   box-shadow: 5px 5px 44px white;
 
}

body{
background-image: url(https://media.istockphoto.com/photos/fortune-teller-magicians-jugglers-hands-fingers-black-background-picture-id157534313?k=20&m=157534313&s=612x612&w=0&h=8C9oF5rTljgvxhFM1TrmUU3e8Tbbh38_p-mVsaVrDE8=);
    background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
} 

p {color: white
}

#answer{
  width: 180px;
  height: 180px; 
  background-color: #FFF;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -388px;        
  text-align: center;  
  font-size: 1.4rem;  
  justify-content: center; 
   align-items: center; 
  display: flex;
}

button {
border: 2px solid white;
  padding: 0.4em;
  margin-left: auto;       
  margin-right: auto;
  text-align: center;
  border-radius: 28%;
  background-color: thistle;
}

input{
  width: 220px;
  height: 22px;
  margin-left: auto;   
  margin-right: auto;
  border: 4px solid white;
  border-radius: 18%; 
}

img{
margin-top: 50px;   
}

p{
text-align: center;
  margin-left:90px;  

}

#question {
justify-content: center; 
   align-items: center; 
}

