body {
  background-image:linear-gradient(#0084ff, #ff0d9d,orange);
  
}
p {
  color: black;
  font-size: 36px;
  text-align: center;
  
}
h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  
}

h2{ color: #30f000;
  font-size: 36px;
  text-align: center;
  
 
  
}


h3{ text-align: center}

img {
  
  display:block;
  margin-left: auto;
  margin-right: auto;
}