body {
  background:black;
}
h1 {
  color:red;
  text-align: center;
  text-decoration: underline;
}
img{
  height:400px;
  width:400px;
  border-style: outset;
  float:inherit
  border-color:red;
}
h2{
  color:cyan;
}