body{
background-color: #767676;
  ;
}

h1 {
font-family:Algerian;
  text-align: center;
    font-size:50px;
  color: aqua
  
}

img{
  width: 500px;
  float:center;
  border-style:groove;
    border-color:#bf00bf;
  border-width:8px
}
h2{
  font-family:Algerian;
  text-align: center;
  font-size:40px;
  color: darkmagenta
  }
h3{
  font-family:Algerian;
  text-align: center;
  font-size:35px;
  color: royalblue
}
h4{
  font-family:Algerian;
  text-align: center;
  font-size:30px;  
}
h5{
  font-family:Algerian;
  text-align: center;
  font-size:6px;
  color: yellow
}
a{
  font-family: impact;
  font-size: 25px;
  border-style: groove;
  border-color:white;
  border-width: 10px;
  color: white;
    
}