img{
  width: 500px;
  float: right;
  border: groove;
  border-width: 10px;
  border-color: turquoise;
}
body{
  background-color: #000000;
}
h1{
  text-align: center;
  color: turquoise;
  background: sold;
  font-family: cursive;
  
}

a {
  font-size: 25px;
  color: aliceblue;
  font-family: cursive;
}
  



  h2{
    color: aliceblue;
    font-size: 30px;
    font-family: cursive;
    text-align: center;
}
p{
  color: aliceblue;
  text-align: center;
  font-family: cursive;
  font-size: 20px;
}
 h3{
   color: aliceblue;
   text-align: center;
   font-family: cursive;
   font-size: 18px;
}
  h4{
    color: aliceblue;
    text-align: center;
    font-family: cursive;
    font-size: 16px;
}
  
  







