.wrapper {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 50px auto 0;
  min-height: 600px;
}

.background {
  width: 100%;
  position: absolute;
  background-color: #818da7;
  background-size: 100% 100%;
  min-height: 600px;
  overflow: hidden;
}

.errorPage {
  max-width: 500px;
  position: relative;
  z-index: 2;
  padding: 10px;
  float: left;
  min-height: 300px;
  font-family: 'XBRoyaBold',"Titillium Web", sans-serif;
  color: #fff;
}
.errorPage h1 {
  font-size: 150px;
  font-weight: bold;
}
.errorPage h3 {
  position: relative;
  font-size: 100px;
  line-height: 1.5em;
  font-weight: normal;
  margin-left: 10px;
  text-transform: none;
  color: #000;
  font-weight: bold;
  color: #fdd835;
}
.errorPage h4 {
  font-size: 30px;
  margin: 0;
  color: #0c0c0c;
  line-height: 1.3;
  text-align: right;
}
.errorPage a {
  color: #f3e0b0;
}
.errorPage p {
  margin-bottom: 10px;
}
.errorPage ul {
  margin-bottom: 15px;
}

.penguinContainer {
  position: relative;
  height: 600px;
  width: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.penguinWrap {
  position: absolute;
  width: 650px;
  height: 600px;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transform-origin: center 600px;
          transform-origin: center 600px;
}

.penguin {
  position: absolute;
  -webkit-transform-origin: center 620px;
          transform-origin: center 620px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-animation: waddle 1.5s infinite;
          animation: waddle 1.5s infinite;
}

.bodyForm1 {
  position: absolute;
  width: 340px;
  height: 280px;
  border-radius: 500px/430px;
  left: 130px;
  top: -20px;
  background-color: black;
}

.bodyForm2 {
  position: absolute;
  width: 400px;
  height: 530px;
  border-radius: 400px/510px;
  top: 70px;
  left: 100px;
  background-color: black;
}

.beak1 {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 70px solid #fdd835;
  border-left: 70px solid transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 152px;
  left: 266px;
}

.beak2 {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 70px solid #fbc02d;
  border-left: 70px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 152px;
  left: 264px;
}

.abdomen1 {
  position: absolute;
  width: 320px;
  height: 300px;
  background-color: #a7a7a7;
  border-radius: 312px / 287px;
  left: 140px;
  top: 213px;
}

.abdomen2 {
  position: absolute;
  width: 320px;
  height: 290px;
  background-color: white;
  border-radius: 341px / 337px;
  left: 139px;
  top: 195px;
}

.leg1_1 {
  position: absolute;
  width: 143px;
  height: 70px;
  background-color: #fbc02d;
  border-radius: 143px / 140px;
  left: 145px;
  top: 535px;
  -webkit-animation: walk1 1s infinite;
          animation: walk1 1s infinite;
}

.leg2_1 {
  position: absolute;
  width: 143px;
  height: 70px;
  background-color: #fbc02d;
  border-radius: 143px / 140px;
  left: 313px;
  top: 535px;
  -webkit-animation: walk1 1s 0.4s infinite;
          animation: walk1 1s 0.4s infinite;
}

.leg1_2 {
  position: absolute;
  width: 115px;
  height: 34px;
  background-color: #fdd835;
  border-radius: 115px / 34px;
  left: 160px;
  top: 545px;
  -webkit-animation: walk1 1s infinite;
          animation: walk1 1s infinite;
}

.leg2_2 {
  position: absolute;
  width: 115px;
  height: 34px;
  background-color: #fdd835;
  border-radius: 115px / 34px;
  left: 328px;
  top: 545px;
  -webkit-animation: walk1 1s 0.5s infinite;
          animation: walk1 1s 0.5s infinite;
}

.leftWing {
  position: absolute;
  width: 72px;
  height: 275px;
  border-radius: 72px/275px;
  left: 460px;
  top: 217px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation: wing1 1s infinite;
          animation: wing1 1s infinite;
  background-color: black;
}

.rightWing {
  position: absolute;
  width: 72px;
  height: 275px;
  border-radius: 72px/275px;
  left: 65px;
  top: 217px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  transition: 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation: wing2 .8s infinite;
          animation: wing2 .8s infinite;
  background-color: black;
}

.eyes {
  position: absolute;
  top: -40px;
  left: -130px;
}
.eyes #eye1_1 {
  position: absolute;
  width: 140px;
  height: 160px;
  background: #fff;
  border-radius: 128px/150px;
  top: 70px;
  left: 295px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.eyes #eye2_1 {
  position: absolute;
  width: 140px;
  height: 160px;
  background: #fff;
  border-radius: 150px;
  border-radius: 128px/150px;
  top: 70px;
  left: 423px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eyes #eye1_3 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 150px;
  top: 70px;
  left: 265px;
  -webkit-transform: scale(0.67);
          transform: scale(0.67);
}
.eyes #eye2_3 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 150px;
  top: 70px;
  left: 416px;
  -webkit-transform: scale(0.67);
          transform: scale(0.67);
}
.eyes #eye1_4 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 150px;
  top: 90px;
  left: 285px;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  transition: all 0.2s;
}
.eyes #eye2_4 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 150px;
  top: 90px;
  left: 395px;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  transition: all 0.2s;
}

.bubble {
  opacity: 0;
  position: absolute;
  font-family: 'XBRoyaBold',"Titillium Web", sans-serif;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 40px;
  left: -210px;
  top: -250px;
  width: 330px;
  text-align: center;
  background: #ffffff;
  padding: 45px 50px 50px;
  border-radius: 50%;
  border: 8px solid #fbc02d;
  transition: 500ms;
  pointer-events: none;
}
.bubble::before {
  opacity: 0;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 182px;
  right: -90px;
  border: 2px solid #fbc02d;
  pointer-events: none;
}
.bubble::after {
  opacity: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  top: 130px;
  right: -54px;
  border: 2px solid #fbc02d;
  pointer-events: none;
}

.penguinWrap:hover .bubble {
  opacity: 1;
  transition: 500ms;
}

.penguinWrap:hover .bubble::after {
  opacity: 1;
  transition: opacity 300ms;
  transition-delay: 0.2s;
}

.penguinWrap:hover .bubble::before {
  opacity: 1;
  transition: opacity 300ms;
  transition-delay: 0.4s;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 1.2) both;
          animation: slide-in-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 1.2) both;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s 1s cubic-bezier(0.25, 0.46, 0.45, 1.1) both;
          animation: slide-in-left 0.5s 1s cubic-bezier(0.25, 0.46, 0.45, 1.1) both;
}

.slide-in-left2 {
  -webkit-animation: slide-in-left 0.5s 1.5s cubic-bezier(0.25, 0.46, 0.45, 1.1) both;
          animation: slide-in-left 0.5s 1.5s cubic-bezier(0.25, 0.46, 0.45, 1.1) both;
}

.clouds {
  width: 200x;
  height: 300px;
  position: absolute;
  opacity: 0.1;
}

.cloud1 {
  top: -30px;
  height: 240px;
  fill: #eee;
  -webkit-animation: move 40s linear infinite;
          animation: move 40s linear infinite;
}

.cloud2 {
  top: 140px;
  height: 150px;
  fill: #eee;
  -webkit-animation: move 45s linear 15s infinite backwards;
          animation: move 45s linear 15s infinite backwards;
}

.cloud3 {
  top: 190px;
  width: 100x;
  height: 200px;
  fill: #eee;
  -webkit-animation: move 30s linear 8s infinite backwards;
          animation: move 30s linear 8s infinite backwards;
}

.cloud4 {
  top: 260px;
  width: 100x;
  height: 180px;
  fill: #eee;
  -webkit-animation: move 50s linear 9s infinite backwards;
          animation: move 50s linear 9s infinite backwards;
}

@media screen and (max-width: 770px) {
  .wrapper {
    overflow: hidden;
  }

  .errorPage {
    float: none;
  }

  .penguinContainer {
    height: 350px;
  }

  .penguinWrap {
    width: 600px;
  }

  .penguinWrap:hover .bubble,
  .penguinWrap:hover .bubble::after,
  .penguinWrap:hover .bubble::before {
    opacity: 0;
  }

  .errorPage h1 {
    font-size: 120px;
    font-weight: bold;
  }
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(-400px);
  }
  to {
    -webkit-transform: translateX(105vw);
  }
}
@-webkit-keyframes waddle {
  50% {
    -webkit-transform-origin: 600px 410px;
            transform-origin: 600px 410px;
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
}
@keyframes waddle {
  50% {
    -webkit-transform-origin: 600px 410px;
            transform-origin: 600px 410px;
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
}
@-webkit-keyframes wing1 {
  50% {
    -webkit-transform-origin: 25px 50px;
            transform-origin: 25px 50px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@keyframes wing1 {
  50% {
    -webkit-transform-origin: 25px 50px;
            transform-origin: 25px 50px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@-webkit-keyframes wing2 {
  50% {
    -webkit-transform-origin: 50px 50px;
            transform-origin: 50px 50px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
@keyframes wing2 {
  50% {
    -webkit-transform-origin: 50px 50px;
            transform-origin: 50px 50px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
@-webkit-keyframes walk1 {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes walk1 {
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
}
