body {
  background-color: black;
}
h1 {color: green}
H2 {color: red}
img {
  
  width: 250px;
  margin: 10px;
  border-color: green;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}
 