* {
  box-sizing: border-box;
  font-family: 'Bebas Neue', cursive;
}

/*.bg-image {
  position: absolute;
  bottom: -88%;
}*/

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
  background-color: #ffffff;
}

.header-small {
  text-align: center;
  color: #006110;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.85);
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  width: 100%;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #006110;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  width: 80%;
}

.body > p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #006110;
  flex-grow: 0;
  margin: 16px 0px;
}

.dastardly-scheme-generator {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #5edd5f;
  flex-grow: 0;
  margin: 16px 0px;
}

.dastardly-scheme-generator > a > button {
  background: #006110;
  border-radius: 4px;
  border: none;
  width: 180px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  background: #006110;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.dastardly-scheme > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #006110;
  flex-grow: 0;
  margin: 16px 0px;
}

#scheme-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #006110;
  flex-grow: 0;
  margin: 16px 16px;
}

a {
  color: #006110;

}

@media screen and (max-width: 1024px) {
    .container {
        background-size: cover;
        background-position-y: center;
        width: 80%;

    }
 .frame-box {
    width: 95%;
  }

  img{
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

.container{
    background-size: cover;
    background-position-y: center;
    width: 80%;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }

  .frame-box {
    width: 95%;
  }

  img{
    width: 100%;
  }
}
