body {
    margin: auto;
    min-width:960px;
    width:50%;
}

h1 {
  text-align:center;
}

p {
  font-size:2em;
  margin-left:10px;
}

footer {
  background-color:white;
  color:blue;
}

img {
  max-width:100%;
}