h1{
 text-align: center; 
font-size: 40px;
font-family: cursive;
color:white;
}
h2{
color: white;
text-align: center;  
font-family: cursive;

}

p{
  color: white;
  text-align: center;
  font-family: cursive;
    
  
}
h3{
color: white;
  text-align: center;
font-family: cursive;

}
body{
  background-color: #888888;
}
img{
  border-width: 10px;
  border-color: black;
  border-style: solid;
  width: 300px;
  float: left
}
a{
  font-size: 25px;
}