@font-face {
  font-family: NeueBit;
  src: url("fonts/NeueBit-Bold.otf");
}

* {
  margin: 0px;
  padding: 0px;
  font-family: 'NeueBit', monospace;
  font-size: 20px;
  transition: 0.2s;
  color: #29332B;
}

body {
  background-color: #7E9281;
}

.websiteContainer {
  margin: 22px;
  text-align: left;
  max-width: 400px;
  margin-bottom: 100px;
}

#websiteOpeningContainer {
  height: 100vh;
  width: 100%;
  position: sticky;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 120px;
  z-index: -1;
}

.moduleContainer {
  border: 1px solid #29332B;
  border-top: 6px solid #29332B;
  width: inherit;
  padding: 16px;
  padding-right: 18px;
  padding-bottom: 14px;
  background-color: #7E9281;
  top: 64px;
  line-height: 22px;
  transition: 0.2s;
  color: #29332B;
  letter-spacing: 0.016em;
}

.button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #29332B;
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
}

#sketchButtonContainer {
  margin-bottom: 16px;

}

.generatorContainer {
  outline: 1px dotted #29332B;
}

#sketchContainer {
  width: 100%;
  padding-bottom: -4px;
}

#saveImageButton {
  display: none;
  margin-top: 16px;
}

#img {
  width: 100%;
  height: 384px;
  object-fit: cover;
  margin-bottom: 8px;
  border: 1px solid #29332B;
}

#slideshow {
  padding: 0px;
  margin-top: 16px;
}

#loadingText {
  padding: 16px;
  padding-top: 14px;
  bottom: 0px;
}

#titleText {
  font-size: 56px;
  line-height: 36px;
  transition: 0.2s;
}

#topModule {
  margin-bottom: 36px;
  transition: 0.5s;
  text-align: left;
  border-top: 1px solid #29332B;
}

#scrollDownText {
  text-align: center;
  font-size: 20px;
  opacity: 0.5;
  line-height: 16px;
  letter-spacing: 0.016em;
}


@media only screen and (max-width: 500px) {
  #websiteOpeningContainer {
    top: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  #img {
    height: 300px;
  }

  #topModule {
    margin-bottom: 24px;
  }

  #scrollDownText {
    line-height: 10px;
  }

}
