@import url("https://fonts.googleapis.com/css2?family=Nerko+One&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Nerko One", cursive;
}

body {
  font-size: 10px;
  background-color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.container #logo {
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 35%;
  max-width: 12rem;
}
.container #logo img {
  width: 100%;
}
.container #top:after,
.container #innerContainer {
  background-color: #a8c9d8;
}
.container #top {
  width: 46rem;
  height: 22rem;
}
.container #top:after {
  position: absolute;
  content: "";
  width: 46rem;
  height: 22rem;
  transform: rotate(28deg);
  transform-origin: 0 0;
  z-index: -1;
}
.container #innerContainer {
  padding: 1rem;
  min-height: 100vh;
}
.container #innerContainer img {
  margin-top: -15rem;
  width: 100%;
}
.container #innerContainer #mainText {
  top: 48rem;
  width: calc(100% - 2rem);
  font-size: 1.75rem;
  margin: 2rem auto 0 2rem;
  color: #383838;
}
.container #innerContainer .separator {
  width: 90%;
  height: 2px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  margin: 3rem auto;
}
.container #innerContainer #contact {
  text-align: center;
  color: white;
  font-size: 1.75rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
  #innerContainer #mainText,
#innerContainer #contact {
    font-size: 1.5rem !important;
  }
}

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