img{
  width: 500px;
  border-style: groove;
  border-width: 10px;
  border-color: #3585a5;
  float: right;
}
body{
  background-color: hotpink
}
h1{
  font-family: impact;
  color: skyblue;
  text-align: center;
}
h2{
  font-family: impact;
  color: skyblue;
  text-align: justify;
}
p{
font-family: impact;
  color: skyblue;
  text-align: justify;
}
a{font-family: impact;
  color: skyblue;
  text-align: justify; }
h3{
  font-family: impact;
  color: skyblue;
  text-align: justify;
}
  
