body {
  /* background and text */
  background-image: url("assets/nightSky.gif");
  color: white;
  font-family: "Tektur", sans-serif;

  /* logo */
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  /* headers */
  h1 {
    text-align: center;
    font-kerning: normal;
    line-height: 130%;
    margin-left: 100px;
    margin-right: 100px;
  }
  h2 {
    text-align: center;
    font-kerning: normal;
    line-height: 130%;
    margin-left: 100px;
    margin-right: 100px;

    /* hyperlink style */

    a:link {
    color: rgb(114, 155, 186);
    background-color: transparent;
    text-decoration: none;
  }

    a:visited {
      color: rgb(72, 75, 77);
      background-color: transparent;
      text-decoration: none;
    }

    a:hover {
      color: whitesmoke;
      background-color: transparent;
      text-decoration: underline;
    }

    a:active {
      color: rgb(184, 202, 210);
      background-color: transparent;
      text-decoration: underline;
    }
  }
  h3 {
    text-align: center;
    font-kerning: normal;
    line-height: 130%;
  }
  div {
    padding: 25px 50px 75px 100px;
    }
}