body{
  background-color: tan;

}

h2{
  color: antiquewhite;
  font-family: fantasy;
  font-size: 50;
  text-align: center;
}
p{
  color: white;
  font-family: monospace;
  text-align: left
}

h1{
  color:antiquewhite;
  font-family: fantasy;
  font-size: 50;
  text-align: center;
}
h4{
  color: beige;
  font-family: cursive;
  font-size: 20; 
}
h3{
  color: beige;
  font-family: cursive;
  font-size: 20; 
}
h6{
  color: bisque;
  font-family: cursive;
  font-size: 20; 
}
img{
  height: 140px;
  border-color: cornsilk;
  border-style: solid;
  border-width: 10px
}