  * {
        margin: 0;
        padding: 0;
      }
      body {
        background-color: rgb(38, 80, 51);
        background-image: url("https://megalophilia.neocities.org/assets/cropped.png");
        background-size: cover;
        background-attachment: fixed;
        margin: auto;
      }

      .maincontent {
        margin: auto;
        background-color: rgb(164, 161, 159);
        width: 1000px;
      
      }

      .navbox {
        display: grid;
        grid-template-columns: auto auto auto;
        width: 100%;
      }

      .navbox div {
        margin: 5px;

        text-align: center;
      }

      a.nav:link {
        color: rgb(0, 0, 0);
        text-decoration: none;
        font-family: "Pixeland";
        font-size: 30px;
      }
      a.nav:hover {
        color: rgb(71, 113, 22);
        text-decoration: none;
      }

      a.nav:active {
        color: rgb(0, 30, 255);
        text-decoration: none;
      }
      a.nav:visited {
        color: rgb(0, 0, 0);
        text-decoration: none;
      }

      a.nav:visited:hover {
        color: rgb(71, 113, 22);
        text-decoration: none;
        background-color: rgb(255, 255, 255);
      }
      .header {
        font-family: "Pixeland";
        font-size: 200px;
        color: rgb(0, 0, 0);
      }

      @font-face {
        font-family: "Pixeland";
        src: url(https://megalophilia.neocities.org/assets/Pixeland.ttf);
      }

      .text {
        font-family:
          "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        padding: 35px;
        color: rgb(0, 0, 0);
        font-size: 20px;
      }
    