.body {
  background-color: #020b11;
  background-image: none;
}

.background_snow {
  z-index: -2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background_london {
  z-index: -3;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_character {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_scrooge {
  z-index: 2;
  height: 65%;
  display: flex;
  position: relative;
}

.scrooge {
  height: 100%;
}

.block_present {
  z-index: -1;
  height: 38%;
  position: absolute;
  left: auto;
  right: 49%;
}

.present {
  height: 100%;
}

.block_past {
  z-index: -1;
  height: 50%;
  position: absolute;
  left: 55%;
  right: auto;
}

.past {
  height: 100%;
  position: static;
}

.block_yet {
  height: 30%;
  position: absolute;
  left: 59%;
}

.yet {
  height: 100%;
}

.header {
  z-index: 700;
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scrooge_logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo {
  width: 500px;
}

.section_home {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.main_wrapper {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_details {
  z-index: 10;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block_details {
  width: auto;
  height: auto;
  background-color: rgba(69, 66, 66, 0);
  background-image: linear-gradient(-45deg, #030b10, #21323e);
  border: 2px solid #ffe9a8;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 35px;
  display: flex;
}

.paragraph {
  color: #ffdb8d;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.separator_top {
  width: 70%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 241, 180, .52) 50%, rgba(255, 255, 255, 0));
  margin-bottom: 35px;
}

.separator_bottom {
  width: 70%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 241, 180, .52) 50%, rgba(255, 255, 255, 0));
  margin-top: 35px;
  margin-bottom: 0;
}

.header_socials {
  width: 130px;
  height: 40px;
  color: #ffdc5d;
  background-color: #ab1123;
  background-image: linear-gradient(#d01919, #590000);
  border: 2px solid #ffde7a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.header_socials:hover {
  color: #fff5d1;
  border-color: #fff5d1;
}

.footer {
  z-index: 50;
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-copy {
  width: auto;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info_footer {
  width: auto;
  height: 40px;
  color: #ffdc5d;
  background-color: #a20e24;
  background-image: linear-gradient(#d01919, #590000);
  border: 2px solid #ffde7a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.info_footer:hover {
  color: #fff5d1;
  border-color: #fff5d1;
}

.snow_overlay {
  z-index: 200;
  filter: blur(3px);
  mix-blend-mode: screen;
  background-image: url('../images/snow2.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.welcome {
  z-index: 1000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  color: #fff988;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.block_welcome {
  background-image: linear-gradient(-45deg, #5c0c0c, #240707);
  border: 1px solid #ffe494;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.title_2 {
  color: #fff988;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.separator_gold {
  width: 70%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 242, 182, .52) 50%, rgba(255, 255, 255, 0));
  margin-top: 18px;
  margin-bottom: 15px;
}

.continue {
  width: 100%;
  height: 40px;
  color: #ffdc5d;
  background-color: #ab1123;
  background-image: linear-gradient(#d01919, #590000);
  border: 2px solid #ffde7a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.continue:hover {
  color: #fff6d5;
  border-color: #fff5d6;
}

@media screen and (max-width: 991px) {
  .scrooge_logo {
    margin-top: 30px;
  }

  .logo {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .block_scrooge {
    height: 40%;
  }

  .block_present {
    height: 20%;
  }

  .block_past {
    height: 35%;
  }

  .block_yet {
    height: 20%;
  }

  .scrooge_logo {
    margin-top: 155px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    width: 100%;
  }

  .section_details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    line-height: 25px;
  }
}
