body {
  background: lightgray;
  font: normal 15pt Arial;
}

header {
  color: rgb(0, 0, 0);
  text-align: center;
}

section {
  background: lightgray;
  border-radius: 10px;
  padding: 15px;
  width: 500px;
  margin: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.329);
}

footer {
  color: rgb(2, 1, 1);
  text-align: center;
  font-style: italic;
}
