 body {
  background-color: tan;
  text-align: center;
}
p {
    text-align: center;  
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
  color: maroon;
}
img {
    margin-top: 0px;
}
