body {
  background: rgba(0,0,0,0.05);
}

div.container {
  background: white;
  border: 2px white solid;
  border-radius: 5px;
  box-shadow: 0 0 5px grey;
}

h1 {
  margin: 25px 0;
}

footer {
  margin-top: 25px;
}
