img{
  width: 600px;
  border-style: dotted;
  border-width: thick;
  border-color: darkgray;
    
}
body{
  background-color: honeydew;
}
h1{
  font-family:impact;
  color: #ff00f8;
  text-align:center;
}
p{
  text-align: center;
  font-family: fantasy;
  color: cadetblue;
}
h2{
  text-align: center;
    color: hotpink;
  font-family: impact;
}
