html,
body {
  margin: 0px;
}

body {
  color: rgb(255, 255, 255);
  /* background-color: #ffb3b3; */
  background-color: #ffe6cc;

  /* background-color: #ffe6b3; */
  height: 100%;
  position: relative;
  overflow: hidden;
  font-family: "GRECOromanLubedWrestling";
}

#gif-3 {
  margin-top: 0%;
}

@media (max-width: 768px) {
  p {
    width: 50%;
    font-size: 3rem;
    text-align: left;
  }
  #menu {
    display: none;
  }
}
@media (max-width: 375px) {
  p {
    width: 50%;
    font-size: 3rem;
    text-align: left;
  }
  #menu {
    display: none;
  }
}

#menu {
  position: fixed;
  font-family: "GRECOromanLubedWrestling";
  color: white;
  z-index: 10000;
  top: 3%;
  left: 3%;
}

#menu > * {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid rgb(255, 255, 255);
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

a:hover {
  color: #e69721;
}

h1 {
  font-family: "GRECOromanLubedWrestling";
  /* position: relative; */
  /* color: #ffb3b3; */
  color: #e69721;
  font-size: 2em;
  /* display: flex; */
  z-index: 800;
}

h2 {
  /* color: #ffb3b3; */
  color: #e69721;
}

/* p {
  color: #e69721;
} */
/* p {
  font-family: "GRECOromanLubedWrestling";

  color: white;
  font-size: 1rem;
  text-align: left;
  text-align: justify;

  
  z-index: 300;
} */
