body{

  background-color:#ede2da;
}
h1{
  color:rgb(255, 0, 0);
  text-shadow: -2px 2px white;
  font-size: 40px;
 text-decoration: underline;
}
h4{
font-size: 23px;
  font-family:inherit

}

p{
font-size: 23px;
}
img {
  float: left;
  height: 200px;
  margin: 10px;
  border-color: cadetblue;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}
ol{
  font-size: 23px
}

