body {
  background: green;
  text-align: center;
}
p {
  color: darkblue;
}
h1 {
  color: black;
}

img{
height: 300px; 
}