body{
    background-color:lightblue;
}
h1{
  font-family: monospace;
  color:white;
  text-decoration:underline  wavy white ;
}
h3{
     font-family: monospace;
  color:white;
  text-decoration:underline  wavy white ;
}
h2{
    font-family:cursive;
    color:white;
}
p{
    font-family:cursive;
    color:white;
}
img{
  float: center ;
  width:300px;
  height: 250px;
  margin: 20px;
  border-color:royalblue;
  border-width: 8px;
  border-style: dashed;
  border-radius:100px;
}
footer{
    font-family:cursive;
    font-size:10px;
}
table{
    font-family:cursive;
    font-size:15px;
    color:white;
}