h1{
  color:Red;
  text-align: center;
  text-decoration: underline;
}
body{
  background-color:black;
}
h2{
  color:aqua;
}
img{
  border-style: dashed;
  border-color:red;
  height:150px;
  width: 220px
}