body {
  background-image: url("colorful-blue-pink-5k-8k-3840x2160-900.jpg");
  text-align: center;
  font-size: 20px
}
p {
  color: black;
  font-family: cursive;
  text-shadow: -1px 1px purple;
}
h1 {
  font-weight: bold;
  text-align: center;
  color: darkblue;
  text-shadow: -4px 4px #00e5e5;
  font-size: 36px
}

hr {
  color: mediumblue;
  border-style: dotted
    
}

ol {
  text-align: center;
  list-style-position: inside;
  color: #1414ff;
  text-shadow: -3px 3px #229494;
  
}

h2 {
  text-align: center;
  color: #0000ee;
  font-family: cursive;
  font-size: 30px;

}

a {
  text-align: center;
  
}

img {
  width: 500px;
  border-style: groove;
  border-color: black;
  border-radius: 75px;
  
}
