body {
  background-color: lightgrey;
}

/* header */
.header {
  padding: 1px;
  text-align: center;
  background: grey;
  color: white;
}

title {
  font-size: 60px;
}

