body {
  background-image: url("https://cdn.mos.cms.futurecdn.net/oVLdqzzkovYr7HRmkm9gYY.jpg");
   background-repeat: no-repeat;
   background-size: cover;             
  background-position: center;   
}

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

#summary {
  text-decoration: underline;
}

#articuno {text-align: center;}
#zapdos {text-align: center;}
#moltres {text-align: center;}

#objectOutput {
  font-size: 22px;   
  font-weight: bold;
  color: black;     
  background-color: white; 
  border: 3px solid black;
  border-radius: 12px;
  text-align: center;
  background-image: linear-gradient(purple, white);
} 


#objectOutput1 {
  font-size: 22px;
  font-weight: bold; 
  color: white;  
  background-color: white;
  border: 3px solid black;
  border-radius: 12px;
   text-align: center; 
  background-image: linear-gradient(orange, black);  
} 

#objectOutput2 {
  font-size: 22px; 
  font-weight: bold;
  color: white; 
  background-color: white;
  border: 3px solid black;
  border-radius: 12px; 
   text-align: center; 
  background-image: linear-gradient(Crimson, black);   
} 