a {
  color: rgb(242, 242, 242);
  text-decoration: none;
}

a:hover {
  color: rgb(0, 255, 0);
}

html {
  background-color: rgb(0, 32, 0);
}

body {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(242, 242, 242);
}

footer, section, nav, header {
  overflow-x: hidden;
  overflow-y: hidden;
}

footer, section, nav, header {
  margin-left: 20%;
  margin-right: 20%;
}

footer, section {
  padding-left: 5%;
  padding-right: 5%;
}

header {
  text-align: center;
  font-size: 250%;
  text-shadow: #000 1px 0 3.5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Comic Sans MS, Comic Sans;
}

nav {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
}
nav a {
  color: rgb(242, 242, 242);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 20px;
  border-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  border-style: groove;
  text-align: center;
  text-decoration: none;
  float: left;
  flex-grow: 1;
  font-family: Comic Sans MS, Comic Sans;
}
nav a:hover {
  color: rgb(0, 255, 0);
}

section {
  background-color: rgba(0, 0, 0, 0.7);
}

footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: rgb(128, 128, 128);
}

/*# sourceMappingURL=main.css.map */
