* {
  padding: 5px;
}

body {
  /* Background configuration */
  background-color: black;
  color: white;

  /* Text configuration */
  text-align: center;
  font-family: Verdana , serif;

}

#discover > h1 {
  /* Text configuration */
  font-weight: normal;
  font-size: 50px;
}

.download-link {
  /* Text configuration */
  color: aquamarine;
  font-size: 16px;
}

h2 {
  font-weight: 300;
  font-size: 42px;
}

#guide > p {
  font-size: 21px;
  color: grey;
}

#footer {
  text-align: right;
  color: grey;
}
