body {
  background-color: darkslategrey;
  color: white;
}

#index {
  text-decoration: underline;
  font-weight: bold;
  font-size: 78px;
}

#construction {
  background-color: red;
  border: white solid 1px;
  padding: 5px;
  font-weight: bold;
}