body {
  background: #90aae9;
  border: groove;
  border-color: aqua;
}
p {
  color: black;
  font-family: cursive;
  font-weight: 1000;
 text-align: center;
}
h1 {
  font-weight: lighter;
  text-align: center;
  color: lightblue;
}


ol{
  font-family: cursive;
  color: aqua;
}


/*image*/

img{
  width: 60%;
  
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%
}

h3{
  color: aqua;
}