body{
background-color:turquoise;
}

h1{
  color: #26b6ae;
  font-family: algerian;
  text-align: center;
  font-size: 50px;
  background-color: crimson;
}

img{
  width:350px;
  float:center;
border-style: dotted;
border-color: blueviolet;
border-width: 5px  
}

h2{
  color:crimson;
  font-family:algerian;
  text-align:left;
  font-size:25px;
  background-color:grey;
}

h3{
  color:ghostwhite;
  font-family:helvetica;
  text-align:left;
  font-size:15;
  background-color:green;
}

p{
  color:lightseagreen;
  font-family:helvetica;
  text-align:left;
  font-size:15px;
  background-color:antiquewhite;
}

a{
  font-family:impact;
  font-size:25px;
  border-style:groove;
  border-color:white;
  border-width:10px;
  color:darkred;
}