body{
  background: orange;
}

p{
  color: midnightblue;
  font-family: monospace;
  font-size: 15px;
  text-shadow: -2px 2px white;
}

h1 {
  color: darkslateblue;
  text-shadow: -2px 2px lightyellow;
  text-align: center;
  font-size: e2px;
}

h4{
  text-decoration: underline;
  color: lightyellow;
}
h2{
  color: darkblue;
  font-family: fantasy;
  text-shadow: -2px 2px white;
}
h3 {
  color: darkblue;
  text-shadow: -2px 2px white;
}

ol{
  color: whitesmoke;
  text-shadow: -2px 2px purple;
  font-family: inherit;
}

img{
  float: left
    margin: 30px;
  border-radius: 30px;
  border-bottom-style: solid;
  border-color:lightyellow;
  border-width: thick;

}

