body,
html {
  height: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100vw;
  max-width: 100%;
}

.bg {
  /* The image used */
  background-image: url("color.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffe9e0;
  display: flex;
  justify-content: center;
}

.content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

h1 {
  font-size: 90px;
  margin-bottom: 0.5rem;
  text-shadow: 3px 3px 16px #000000;
}

p {
  font-size: 65px;
  padding: 0;
  margin: 0;
  text-shadow: 3px 3px 16px #000000;
}

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 70px;
    text-shadow: 3px 3px 12px #000000;
  }
  p {
    font-size: 50px;
    text-shadow: 3px 3px 12px #000000;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 60px;
    text-shadow: 2px 2px 10px #000000;
  }
  p {
    font-size: 40px;
    text-shadow: 2px 2px 10px #000000;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
    text-shadow: 2px 2px 10px #000000;
  }
  p {
    font-size: 35px;
    text-shadow: 2px 2px 10px #000000;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    text-shadow: 1px 1px 6px #000000;
  }
  p {
    font-size: 25px;
    text-shadow: 1px 1px 6px #000000;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 25px;
    text-shadow: 1px 1px 6px #000000;
  }
  p {
    font-size: 20px;
    text-shadow: 1px 1px 6px #000000;
  }
}/*# sourceMappingURL=main.css.map */