@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background: #303354;
  background: radial-gradient(ellipse at center, #303354 15%, #000000 100%);
  margin: 0;
  padding: 0;
  height: 100vh;
}

.container {
  margin: 0 auto;
  margin-top: 100px;
  width: 70%;
  position: relative;
  text-align: center;
  -webkit-animation: fade-in 2s forwards;
          animation: fade-in 2s forwards;
}
@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 900px;
  }
}

.face {
  position: relative;
  width: 80%;
  height: 150px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  z-index: 20;
}
.face:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-radius: 10px;
  top: 97%;
  width: 0;
  left: 0;
}

.character {
  box-sizing: border-box;
  display: inline-block;
  height: 250px;
  width: 250px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.character__1 {
  background-color: #f7941d;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__1:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__1 .face {
  background-color: #dedbcc;
}
.character__1 .face:after {
  border-top: 50px solid #dedbcc;
}
.character__2 {
  background-color: #a23b2a;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__2 .face {
  background-color: #95c7a4;
}
.character__2 .face:after {
  border-top: 50px solid #95c7a4;
}
.character__3 {
  background-color: #e2704b;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__3:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__3 .face {
  background-color: #69b392;
}
.character__3 .face:after {
  border-top: 50px solid #69b392;
}
.character__4 {
  background-color: #4b394f;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__4:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__4 .face {
  background-color: #ffc154;
}
.character__4 .face:after {
  border-top: 50px solid #ffc154;
}
.character__5 {
  background-color: #7d9fa9;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__5:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__5 .face {
  background-color: #f6f5f1;
}
.character__5 .face:after {
  border-top: 50px solid #f6f5f1;
}
.character__6 {
  background-color: #b0606d;
  transition: -webkit-transform linear .2s;
  transition: transform linear .2s;
  transition: transform linear .2s, -webkit-transform linear .2s;
}
.character__6:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 20;
}
.character__6 .face {
  background-color: #72665a;
}
.character__6 .face:after {
  border-top: 50px solid #72665a;
}

.shadow-effect {
  background-color: #000000;
  content: ' ';
  height: 195px;
  position: absolute;
  opacity: .2;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
  width: 180px;
  display: block;
  z-index: 0;
  top: 60px;
  left: 115px;
}

.hair {
  height: 40px;
  width: 100%;
}

.eyes {
  height: 40px;
  width: 100%;
}
.eyes__ball {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: 30px;
}
.eyes__ball:first-child {
  left: 27%;
}
.eyes__ball:last-child {
  right: 27%;
}

.nose {
  height: 20px;
  width: 100%;
}

.mouth {
  height: 40px;
  width: 100%;
}

.hair,
.eyes,
.mouth,
.nose {
  position: relative;
}

.hair__character-1 {
  background-color: #414143;
}
.hair__character-1:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #414143;
  width: 0;
  height: 0;
  content: ' ';
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -20px;
}
.hair__character-1 .hair__sideburns {
  background-color: #414143;
  height: 75px;
  width: 15px;
  position: absolute;
  top: 30px;
}
.hair__character-1 .hair__sideburns:first-child {
  left: 0;
}
.hair__character-1 .hair__sideburns:last-child {
  right: 0;
}
.hair__character-1 .hair__sideburns:last-child:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.hair__character-1 .hair__sideburns:after {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #414143;
  content: ' ';
  position: relative;
  top: 80%;
  display: block;
  width: 100%;
  left: -14px;
}

.eyes__character-1 .eyes__ball {
  background-color: #de5430;
  border: 4px solid #414143;
}
.eyes__character-1 .eyes__pupil {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  background-color: #414143;
  top: 7px;
}
.eyes__character-1 .eyes__pupil:after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 50%;
  margin-left: 0;
  background-color: #ffffff;
  content: ' ';
  display: block;
  position: relative;
  top: 3px;
}

.nose__character-1 .nose__nostrill {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
  background-color: #b4b4b6;
  display: inline-block;
  position: relative;
  top: 25px;
}

.mouth__character-1 {
  left: 50%;
  margin-left: -25px;
  background-color: #a21f01;
  border-radius: 7px;
  height: 25px;
  position: relative;
  overflow: hidden;
  top: 30px;
  width: 50px;
  z-index: 20;
}
.mouth__character-1:after, .mouth__character-1:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 20px solid #ffffff;
  content: ' ';
  position: absolute;
  top: 0;
}
.mouth__character-1:before {
  left: 0;
}
.mouth__character-1:after {
  right: 0;
}
.mouth__character-1 .mouth__tongne {
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ec3a00;
  position: relative;
  top: 15px;
}

.hair__character-2 {
  background-color: #413f42;
  height: 25px;
}
.hair__character-2 .hair__sideburns {
  background-color: #414143;
  height: 75px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.hair__character-2 .hair__sideburns:first-child {
  left: 0;
}
.hair__character-2 .hair__spike {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #413f42;
  position: absolute;
  top: 20px;
}
.hair__character-2 .hair__spike--1 {
  left: 5px;
}
.hair__character-2 .hair__spike--2 {
  left: 35px;
}
.hair__character-2 .hair__spike--3 {
  left: 65px;
}
.hair__character-2 .hair__spike--4 {
  left: 93px;
}
.hair__character-2 .hair__spike--5 {
  left: 120px;
}
.hair__character-2 .hair__spike--6 {
  left: 150px;
}

.eyes__character-2 {
  position: relative;
}
.eyes__character-2 .eyes__ball {
  background-color: #f46374;
  border: 4px solid #414143;
  margin-top: 15px;
}
.eyes__character-2 .eyes__pupil {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  background-color: #414143;
  top: 7px;
}
.eyes__character-2 .eyes__pupil:after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 50%;
  margin-left: 0;
  background-color: #ffffff;
  content: ' ';
  display: block;
  position: relative;
  top: 3px;
}
.eyes__character-2 .eyes__brows {
  left: 50%;
  margin-left: -24px;
  border: 4px solid #95c7a4;
  position: absolute;
  z-index: 10;
  top: -5px;
  width: 40px;
  height: 10px;
  background-color: #413f42;
}

.mouth__character-2 {
  left: 50%;
  margin-left: -35px;
  background-color: #413f42;
  border-radius: 7px;
  height: 25px;
  position: relative;
  overflow: hidden;
  top: 40px;
  width: 70px;
  z-index: 20;
}
.mouth__character-2 .mouth__teeth {
  background-color: #ffffff;
  width: 95%;
  margin-left: 2.5%;
  height: 12px;
  display: block;
  position: relative;
}
.mouth__character-2 .mouth__teeth--top {
  top: -1px;
}
.mouth__character-2 .mouth__teeth--bottom {
  bottom: -1px;
}

.hair__character-3 {
  background-color: #414143;
}
.hair__character-3:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #414143;
  width: 0;
  height: 0;
  content: ' ';
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -20px;
}
.hair__character-3 .hair__sideburns {
  background-color: #414143;
  height: 75px;
  width: 15px;
  position: absolute;
  top: 30px;
}
.hair__character-3 .hair__sideburns:first-child {
  left: 0;
}
.hair__character-3 .hair__sideburns:last-child {
  right: 0;
}
.hair__character-3 .hair__sideburns:last-child:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.hair__character-3 .hair__sideburns:after {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #414143;
  content: ' ';
  position: relative;
  top: 80%;
  display: block;
  width: 100%;
  left: -14px;
}

.eyes__character-3 .eyes__ball {
  background-color: #414143;
  border: 4px solid #414143;
  overflow: hidden;
  top: 20px;
}
.eyes__character-3 .eyes__pupil {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 50%;
  margin-left: -12.5px;
  position: absolute;
  background-color: #fcd762;
  top: -5px;
}

.nose__character-3 .nose__nostrill {
  width: 7px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  background-color: #414143;
  display: inline-block;
  position: relative;
  top: 15px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.nose__character-3 .nose__nostrill:first-child {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.mouth__character-3 {
  left: 50%;
  margin-left: -45px;
  height: 40px;
  width: 90px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 90px 90px 0 0;
  background-color: #414143;
  position: relative;
  overflow: hidden;
  top: 20px;
  z-index: 20;
}
.mouth__character-3 .mouth__tongne {
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e25331;
  position: relative;
  top: 30px;
}
.mouth__character-3 .mouth__teeth {
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #414143;
  height: 40px;
  position: relative;
  width: 25%;
  float: left;
}
.mouth__character-3 .mouth__teeth:nth-child(-n+4) {
  top: -15px;
}

.hair__character-4 .hair__stork {
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #5cb960;
  position: absolute;
  top: -30px;
}
.hair__character-4 .hair__stork:before {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #4b394f;
  content: ' ';
  display: inline-block;
  position: absolute;
}
.hair__character-4 .hair__sideburns {
  background-color: #e8b04f;
  height: 150px;
  width: 20px;
  position: absolute;
}
.hair__character-4 .hair__sideburns--one {
  left: 0;
  border-bottom-left-radius: 10px;
}
.hair__character-4 .hair__sideburns--two {
  right: 0;
  border-bottom-right-radius: 10px;
}
.hair__character-4 .hair__sideburns--center {
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
}

.eyes__character-4 .eyes__ball {
  width: 0;
  height: 0;
  border-radius: 0;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.eyes__character-4 .eyes__ball--one {
  width: 0;
  height: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  border-left: 50px solid #211f20;
  left: 20%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.eyes__character-4 .eyes__ball--two {
  width: 0;
  height: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  border-right: 50px solid #211f20;
  right: 20%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.mouth__character-4 {
  height: 30px;
  width: 80px;
  border-radius: 80px 80px 0 0;
  -moz-border-radius: 80px 80px 0 0;
  -webkit-border-radius: 80px 80px 0 0;
  background-color: #211f20;
  left: 50%;
  margin-left: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: 35px;
  z-index: 10;
}
.mouth__character-4 .mouth__teeth {
  width: 15px;
  height: 10px;
  position: absolute;
}
.mouth__character-4 .mouth__teeth--one, .mouth__character-4 .mouth__teeth--two {
  background-color: #ffc154;
}
.mouth__character-4 .mouth__teeth--one {
  bottom: 0;
  left: 10%;
}
.mouth__character-4 .mouth__teeth--two {
  bottom: 0;
  right: 10%;
}
.mouth__character-4 .mouth__teeth--three {
  left: 50%;
  margin-left: -7.5px;
  background-color: #e8b04f;
  top: 0;
}

.eyes__character-5 .eyes__ball {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #414143;
  top: 0;
}
.eyes__character-5 .eyes__ball:first-child {
  left: 23%;
}
.eyes__character-5 .eyes__ball:last-child {
  right: 23%;
}
.eyes__character-5 .eyes__pupil {
  left: 50%;
  margin-left: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #f6f5f1;
  position: absolute;
  top: 20px;
}

.nose__character-5 {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #414143;
  left: 50%;
  margin-left: -19px;
}
.nose__character-5:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #f6f5f1;
  left: 50%;
  margin-left: -19px;
  content: ' ';
  color: #f6f5f1;
  display: block;
  position: relative;
  top: 20px;
}

.mouth__character-5 {
  left: 50%;
  margin-left: -35px;
  background-color: #414143;
  border-radius: 7px;
  height: 35px;
  position: relative;
  overflow: hidden;
  top: 10px;
  width: 70px;
  z-index: 20;
}
.mouth__character-5 .mouth__teeth {
  background-color: #f6f5f1;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #414143;
  height: 40px;
  position: relative;
  width: 25%;
  float: left;
  top: -20px;
}
.mouth__character-5 .mouth__teeth:nth-child(-n+4) {
  top: -22px;
}

.character__6 .face:after {
  border-top: 50px solid #e8e7ec;
}

.hair__character-6 {
  background-color: #e8e7ec;
}

.eyes__character-6 {
  position: relative;
}
.eyes__character-6 .eyes__ball {
  background-color: #fec254;
  border: 4px solid #414143;
  margin-top: -20px;
}
.eyes__character-6 .eyes__pupil {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  background-color: #414143;
  top: 7px;
}
.eyes__character-6 .eyes__pupil:after {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 50%;
  margin-left: 0;
  background-color: #ffffff;
  content: ' ';
  display: block;
  position: relative;
  top: 3px;
}

.mouth__character-6 {
  left: 50%;
  margin-left: -35px;
  background-color: #414143;
  border-radius: 7px;
  height: 35px;
  position: relative;
  overflow: hidden;
  top: 20px;
  width: 70px;
  z-index: 90;
}
.mouth__character-6 .mouth__teeth {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #414143;
  height: 40px;
  position: relative;
  width: 33%;
  float: left;
  top: -20px;
}
.mouth__character-6 .mouth__teeth:nth-child(-n+3) {
  top: -22px;
}
.mouth__character-6 .mouth__teeth:nth-child(1):after {
  width: 3px;
  height: 9px;
  background-color: #414143;
  content: ' ';
  position: absolute;
  top: 29px;
  left: 15px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.mouth__character-6 .mouth__teeth:nth-child(6):after {
  width: 2px;
  height: 9px;
  background-color: #414143;
  content: ' ';
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.bandage {
  width: 100%;
  position: absolute;
  height: 25px;
  z-index: 90;
}
.bandage__one {
  top: 40px;
  background-color: #ccdfcc;
}
.bandage__two {
  top: 85px;
  background-color: #e8e7ec;
}
.bandage__three {
  top: 115px;
  background-color: #ccdfcc;
}