body{
  background-color:aqua;
}

h1{
  color:white
  font-family:papyrus;
  color:aliceblue;
  background-color:#0b6262;
  text-align:center;
  font-size:50px;
}

img{
  width:350px;
  float:right;
  border-style:dashed;
  border-width:15px;
  border-color: #005050    
}

h2{
  color:white
    font-family:papyrus;
  color:#ffffff;
  background-color:#028181;
  text-align:left;
  font-size:30px; 
}

h3{
  color:white
    font-family:papyrus;
  color:#ffffff;
  background-color:#028181;
  text-align:right;
  font-size:20px;   
}

p{
  color:white
    font-family:papyrus;
  color:rgb(1, 74, 69);
  text-align:lwft;
  font-size:15px;    
}
a{
  font-family: fantasy;
    font-size:25px;
  border-style: double;
  border-width: 10px;
  border-color: #157272;
  color:azure
}