.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.title {
  width: 100%;
  height: auto;
  min-height: 0%;
  min-width: 0%;
  filter: sepia();
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 400;
  display: none;
  position: fixed;
  bottom: 52%;
}

.container {
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.body {
  background-image: url('../images/notebook-lined-paper-texture-background_35652-715.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto 125%;
  background-attachment: fixed;
  font-size: 60px;
  line-height: 100%;
}

.slogan {
  z-index: 100;
  text-align: center;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 25px;
  font-style: italic;
  display: block;
  position: relative;
  top: 15px;
  bottom: auto;
  left: auto;
  right: auto;
}

.coming-soon {
  width: auto;
  min-width: 0%;
  color: #b31416;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 5px 2px rgba(0, 0, 0, .2);
  white-space: normal;
  order: 1;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
  position: fixed;
  top: auto;
  bottom: 11%;
}

.udesly-code-snippet {
  display: none;
}

.udesly-typewriter-effect {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 55px;
  line-height: 1;
  position: relative;
  bottom: auto;
}

.div-block {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 40%;
}

.udesly-typewriter-effect-2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

.udesly-typewriter-effect-2.slogan {
  font-size: 25px;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  font-size: 30px;
  display: flex;
  position: fixed;
  top: 48%;
}

@media screen and (min-width: 1440px) {
  .body {
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .div-block {
    top: 40%;
  }

  .udesly-typewriter-effect-2.slogan {
    font-size: 26px;
  }

  .div-block-2 {
    top: 48%;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    background-repeat: repeat;
    background-size: auto 125%;
    background-attachment: fixed;
  }

  .coming-soon {
    font-size: 40px;
  }

  .udesly-typewriter-effect {
    font-size: 80px;
  }

  .div-block {
    top: 40%;
  }

  .udesly-typewriter-effect-2.slogan {
    font-size: 35px;
  }

  .div-block-2 {
    top: 48%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0;
    background-repeat: repeat;
  }

  .udesly-typewriter-effect {
    align-self: center;
    font-size: 50px;
    position: relative;
    bottom: auto;
  }

  .div-block {
    flex: 0 auto;
    order: 0;
    align-self: center;
    font-size: 50px;
    display: block;
    position: fixed;
    left: auto;
  }

  .udesly-typewriter-effect-2.slogan {
    font-size: 20px;
    bottom: auto;
  }

  .div-block-2 {
    margin-top: 0;
    top: 48%;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 50px;
  }

  .slogan {
    margin-bottom: 30%;
    top: 96px;
  }

  .udesly-typewriter-effect {
    font-size: 45px;
    top: auto;
    bottom: auto;
  }

  .div-block {
    top: 40%;
  }

  .udesly-typewriter-effect-2.slogan {
    margin-bottom: 0%;
    font-size: 20px;
    position: relative;
  }

  .div-block-2 {
    top: 48%;
  }
}

@media screen and (max-width: 479px) {
  .title {
    letter-spacing: 0;
    font-size: 30px;
    bottom: 51%;
  }

  .slogan {
    font-size: 15px;
    top: 50px;
  }

  .coming-soon {
    font-size: 20px;
  }

  .udesly-code-snippet {
    position: relative;
  }

  .udesly-typewriter-effect {
    font-size: 23px;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .div-block {
    display: block;
    position: fixed;
    top: 43%;
  }

  .udesly-typewriter-effect-2.slogan {
    margin-bottom: -5%;
    font-size: 11px;
    bottom: auto;
  }

  .div-block-2 {
    top: 47%;
  }
}
