body {
  height: 100%;
  width: 100%;
  background: #fffaf0;
}

ul {
  list-style: none;
}

.container {
  transition: all 5s ease;
  width: 450px;
  height: 450px;
  background: #fad0d9;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 100%;
  overflow: hidden;
  animation: wallChange 60s ease-in-out infinite;
}

.window {
  transition: all 5s ease;
  width: 200px;
  height: 200px;
  background: #aadbea;
  position: absolute;
  left: 50%;
  border: 10px solid #393d73;
  border-radius: 10px;
  animation: skyChange 60s ease-in-out infinite;
  overflow: hidden;
}
.window .cloud, .window .cloud:before, .window .cloud:after {
  position: absolute;
  background: white;
  width: 35px;
  height: 30px;
  top: 20px;
  left: 20px;
  border-radius: 100px;
}
.window .cloud:before {
  content: "";
  position: absolute;
  width: 30px;
  left: -5px;
  top: 10px;
  animation: cloudChange 60s ease-in-out infinite;
}
.window .cloud:after {
  content: "";
  position: absolute;
  width: 40px;
  left: 15px;
  top: 12px;
  animation: cloudChange 60s ease-in-out infinite;
}
.window #first-cloud {
  animation: cloudMove 60s linear infinite, cloudChange 60s ease-in-out infinite;
}
.window #second-cloud {
  top: 80px;
  left: -60px;
  animation: cloudMove 40s 5s linear infinite, cloudChange 60s ease-in-out infinite;
}

.small-monitor {
  position: absolute;
  width: 160px;
  height: 210px;
  top: 20%;
  border-radius: 10px;
  background: #301353;
  overflow: hidden;
  border: 8px solid #c8cae4;
  border-bottom: 50px solid #c8cae4;
  box-shadow: -5px 5px #a6a9d3;
  left: 10px;
}
.small-monitor .bar {
  position: absolute;
  width: 100%;
  height: 30px;
  background: black;
  z-index: 5;
}
.small-monitor .bar .button {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.small-monitor .bar #red {
  background: #FF4766;
}
.small-monitor .bar #yellow {
  left: 20px;
  background: #FFB023;
}
.small-monitor .bar #green {
  left: 40px;
  background: #29b97d;
}
.small-monitor .screen {
  position: absolute;
  width: 190px;
  height: 240px;
  backgorund: #301353;
  margin-top: 30px;
}
.small-monitor .screen li {
  position: relative;
  width: 20px;
  height: 5px;
  margin-top: 4px;
  left: -20px;
  border-radius: 5px;
  background: white;
}
.small-monitor .screen li:nth-child(1) {
  background: #29b97d;
  width: 100px;
}
.small-monitor .screen li:nth-child(2) {
  background: #29b97d;
  width: 100px;
}
.small-monitor .screen li:nth-child(3) {
  background: #29b97d;
  width: 100px;
}
.small-monitor .screen li:nth-child(4) {
  background: #29b97d;
  width: 100px;
}
.small-monitor .screen li:nth-child(5) {
  background: #FF4766;
  width: 50px;
  left: 8px;
}
.small-monitor .screen li:nth-child(6) {
  background: #FF4766;
  width: 40px;
  left: 8px;
}
.small-monitor .screen li:nth-child(7) {
  background: #FF4766;
  width: 30px;
  left: 8px;
}
.small-monitor .screen li:nth-child(8) {
  background: #FFB023;
  width: 20px;
}
.small-monitor .screen li:nth-child(9) {
  background: #FFB023;
  width: 10px;
}
.small-monitor .screen li:nth-child(10) {
  background: #FFB023;
  width: 0px;
}
.small-monitor .screen li:nth-child(11) {
  background: #FFB023;
  width: -10px;
}
.small-monitor .screen li:nth-child(12) {
  background: #FFB023;
  width: -20px;
}
.small-monitor .screen li:nth-child(13) {
  background: #FFB023;
  width: -30px;
}
.small-monitor .screen li:nth-child(14) {
  background: #FFB023;
  width: -40px;
}
.small-monitor .screen li:nth-child(15) {
  background: #FFB023;
  width: -50px;
}
.small-monitor .screen li:nth-child(16) {
  background: #FFB023;
  width: -60px;
}
.small-monitor .screen li:nth-child(17) {
  background: #FFB023;
  width: -70px;
}
.small-monitor .screen li:nth-child(18) {
  background: #FFB023;
  width: -80px;
}
.small-monitor .screen .inline-code {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 5px;
  background: pink;
}

.main-monitor {
  position: absolute;
  width: 250px;
  height: 200px;
  top: 30%;
  left: 25%;
  border-radius: 10px;
  background: #301353;
  overflow: hidden;
  border: 8px solid #c8cae4;
  border-bottom: 50px solid #c8cae4;
  box-shadow: -5px 5px #a6a9d3;
}
.main-monitor .bar {
  position: absolute;
  width: 100%;
  height: 30px;
  background: black;
  z-index: 5;
}
.main-monitor .bar .button {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.main-monitor .bar #red {
  background: #FF4766;
}
.main-monitor .bar #yellow {
  left: 20px;
  background: #FFB023;
}
.main-monitor .bar #green {
  left: 40px;
  background: #29b97d;
}
.main-monitor .screen {
  position: absolute;
  width: 190px;
  height: 240px;
  max-height: 200px;
  overflow: hidden;
}
.main-monitor .screen li {
  position: relative;
  height: 5px;
  margin: 5px 0;
  left: -20px;
  border-radius: 5px;
}
.main-monitor .screen li:nth-child(1) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(2) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(3) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(4) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(5) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(6) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(7) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(8) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(9) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(10) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(11) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(12) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(13) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(14) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(15) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(16) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(17) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(18) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(19) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(20) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(21) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(22) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(23) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(24) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(25) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(26) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(27) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen li:nth-child(28) {
  background: #29b97d;
  width: 80px;
}
.main-monitor .screen li:nth-child(29) {
  background: #FFB023;
  width: 45px;
}
.main-monitor .screen li:nth-child(30) {
  background: #FF4766;
  width: 60px;
}
.main-monitor .screen ul {
  position: absolute;
  top: 0;
  animation: codeMove 10s linear infinite;
}

.avatar {
  position: absolute;
  width: 150px;
  height: 300px;
  top: 40%;
  left: 50%;
}
.avatar .avatar-body {
  position: absolute;
  width: 130px;
  height: 100px;
  background: #b51231;
  top: 70%;
  border-radius: 30px;
}
.avatar .avatar-collar {
  position: absolute;
  width: 80px;
  height: 35px;
  background: #e6e6e6;
  top: 65%;
  left: calc(45% - 40px);
}
.avatar .avatar-neck {
  position: absolute;
  width: 50px;
  height: 60px;
  background: #c74b16;
  top: 50%;
  left: calc(45% - 25px);
}
.avatar .avatar-head {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #020916;
  border-radius: 100%;
  top: 10%;
  left: calc(42% - 75px);
  border-bottom: 6px solid #c74b16;
  border-left: 5px solid #061c45;
  border-right: 5px solid #061c45;
  box-shadow: inset 10px 10px #061c45;
}
.avatar .avatar-hairband {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #b51231;
  border-radius: 100%;
  left: calc(55% - 40px);
  top: 25%;
}
.avatar .avatar-hair {
  width: 85px;
  height: 120px;
  position: absolute;
  background: #020916;
  left: 35%;
  top: 25%;
  border-radius: 200px;
  box-shadow: inset 10px 10px #061c45;
}
.avatar .avatar-hair:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 70px;
  background: #020916;
  border-radius: 0 0 300px 300px;
  top: 60%;
  box-shadow: inset 10px -10px #061c45;
}

@keyframes codeMove {
  100% {
    top: -60%;
  }
}
@keyframes skyChange {
  0% {
    background: #aadbea;
  }
  20% {
    background: #ff5f6d;
  }
  40% {
    background: #201b46;
  }
  60% {
    background: #aadbea;
  }
}
@keyframes wallChange {
  0% {
    background: #fad0d9;
  }
  20% {
    background: #f5a2b4;
  }
  40% {
    background: #301353;
  }
  60% {
    background: #fad0d9;
  }
}
@keyframes cloudChange {
  0% {
    background: white;
  }
  20% {
    background: #d9d9d9;
  }
  40% {
    background: #b3b3b3;
  }
  60% {
    background: white;
  }
}
@keyframes cloudMove {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
