body {
    background-color: black;
    position: relative;
    top: 50px;
}

html,h1,h2,h3,h4,h5,h6,p {
  font-family: "Gorditas", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
    color: brown;
    font-size: 5rem;
    margin-bottom: 0;
}

h2 {
    color: orange;
    font-size: 1rem;
} 

.splash {
  text-align: center;
}

/* mobile */
@media (max-width: 430px) {
  h1 {
    font-size: 2rem;
  }
  .mushroom {
    height: 50%;
    width: 50%;
  }
}
/* tablet */
@media (min-width: 431px) and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2rem;
  }
  .mushroom {
    height: 75%;
    width: 75%;
  }
}
/* desktop */
@media (min-width: 1025px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
}
/* 4k */

/* 5k */
