html {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
}

.bg {
  animation: slide 10s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #c6f1e1 50%, #edf8db 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 12s;
}

.bg3 {
  animation-duration: 15s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

.office {
  width: 600px;
  height: 400px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 5px solid #26543b;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.wall {
  width: 100%;
  height: 100%;
  background-color: #e5f3e6;
  position: absolute;
  top: 0;
}

.poster {
  position: absolute;
  width: 80px;
  height: 120px;
  background-color: #f0e68c;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.poster-1 {
  top: 40px;
  left: 80px;
  background-image: url('https://images.pexels.com/photos/9996114/pexels-photo-9996114.jpeg');
  background-size: cover;
  background-position: center;
}

.poster-2 {
  top: 50px;
  right: 150px;
  background-image: url('https://images.pexels.com/photos/33034977/pexels-photo-33034977.jpeg');
  background-size: cover;
  background-position: center;
}

.desk {
  width: 500px;
  height: 25px;
  background: linear-gradient(to right, #a0522d, #8b4513);
  position: absolute;
  bottom: 120px;
  left: 50px;
  z-index: 1;
  border-radius: 8px;
}

.desk::before,
.desk::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 120px;
  background-color: #8b4513;
  bottom: -120px;
}

.desk::before {
  left: 20px;
}

.desk::after {
  right: 20px;
}

.computer {
  width: 150px;
  height: 100px;
  position: absolute;
  bottom: 25px;
  left: 125px;
  z-index: 2;
}

.screen {
  width: 100%;
  height: 85px;
  background-color: #222;
  border: 5px solid #e0e0e0;
  border-radius: 10px;
  box-sizing: border-box;
}

.stand {
  width: 40px;
  height: 15px;
  background-color: #c0c0c0;
  position: absolute;
  bottom: 0;
  left: 55px;
}

.keyboard {
  width: 180px;
  height: 10px;
  background-color: #666;
  position: absolute;
  bottom: 25px;
  left: 110px;
  border-radius: 3px;
  z-index: 3;
}

.mouse {
  width: 20px;
  height: 15px;
  background-color: #666;
  position: absolute;
  bottom: 25px;
  left: 300px;
  border-radius: 10px 10px 5px 5px;
  z-index: 3;
}

.water-bottle {
  width: 30px;
  height: 60px;
  position: absolute;
  bottom: 25px;
  left: 60px;
  z-index: 3;
}

.cap {
  width: 20px;
  height: 10px;
  background-color: #68d8d6;
  position: absolute;
  top: 0;
  left: 5px;
  border-radius: 5px 5px 0 0;
}

.bottle-body {
  width: 30px;
  height: 50px;
  background-color: rgba(104, 216, 214, 0.5);
  position: absolute;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}

.pot-medium,
.pot-medium-copy {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 18px;
  bottom: 25px;
  background-color: #734b22;
  transform: scale(0.5);
  transform-origin: bottom left;
}

.pot-medium-copy {
  background-color: #591e11;
  z-index: -1;
}

.stem1 {
  position: relative;
  height: 20px;
  width: 20px;
  bottom: 20px;
  left: 20px;
  border: solid 2px #006123;
  border-radius: 30px 0;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  transform: rotate(150deg);
}

.stem2 {
  position: relative;
  height: 30px;
  width: 30px;
  bottom: 86px;
  left: 17px;
  border: solid 2px #006123;
  border-radius: 50px 0;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  transform: rotate(-50deg);
}

.b1 {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 34px;
  bottom: 17px;
  background-color: #2a6940;
  border-radius: 0 50px 0 50px;
  transform: rotate(-30deg);
}

.b2 {
  position: absolute;
  height: 20px;
  width: 10px;
  right: 28px;
  background-color: #38794f;
  border-radius: 0 80px 0 50px;
  transform: rotate(10deg);
}

.b3 {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 25px;
  bottom: 36px;
  background-color: #2a6940;
  border-radius: 0 50px 0 50px;
  transform: rotate(60deg);
}

.b4 {
  position: absolute;
  height: 20px;
  width: 10px;
  right: 28px;
  background-color: #38794f;
  border-radius: 0 80px 0 50px;
  transform: rotate(10deg);
}

.b5 {
  position: absolute;
  height: 5px;
  width: 5px;
  bottom: 86px;
  left: 15px;
  top: 4px;
  border: solid 2px #006123;
  border-radius: 10px 0;
  border-bottom: solid 2px transparent;
  border-right: solid 2px transparent;
  transform: rotate(116deg);
}

.b6 {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 8px;
  top: 12px;
  border-radius: 50%;
  background-color: #e9985b;
}

.b7 {
  position: absolute;
  height: 20px;
  width: 10px;
  right: px;
  top: 30px;
  background-color: #38794f;
  border-radius: 0 80px 0 50px;
  transform: rotate(deg);
}

.b8 {
  position: absolute;
  height: 20px;
  width: 10px;
  left: 8px;
  bottom: 28px;
  background-color: #38794f;
  border-radius: 0 80px 0 50px;
  transform: rotate(-30deg);
}

.b9 {
  position: absolute;
  height: 22px;
  width: 22px;
  left: -26px;
  top: 13px;
  background-color: #2a6940;
  border-radius: 0 30px 0 30px;
  transform: rotate(40deg);
}

.b10 {
  position: absolute;
  height: 15px;
  width: 15px;
  right: 27px;
  top: 43px;
  background-color: #2a6940;
  border-radius: 0 20px 0 20px;
  transform: rotate(-22deg);
}

.paper-stack {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 25px;
  right: 95px;
}

.paper {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.paper:nth-child(1) {
  bottom: 0;
}

.paper:nth-child(2) {
  bottom: 2px;
}

.paper:nth-child(3) {
  bottom: 4px;
}

.pen {
  width: 70px;
  height: 5px;
  background-color: #fbc42d;
  position: absolute;
  bottom: 32px;
  right: 100px;
  border-radius: 2px;
}

.lamp {
  position: absolute;
  width: 40px;
  height: 10px;
  background: #333;
  bottom: 25px;
  right: 30px;
  z-index: 3;
  transform: scaleX(-1);
  border-radius: 4px;
}

.lamp::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 55px;
  background: #bbb;
  top: -48px;
  left: -10px;
  transform-origin: top;
  transform: rotateZ(-30deg);
  border-radius: 4px;
}

.lamp::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 53px;
  background: #bbb;
  top: -103px;
  left: 17px;
  transform-origin: top;
  transform: rotateZ(30deg);
  border-radius: 4px;
}

#lampjoint {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #333;
  top: -58px;
  left: -15px;
  border-radius: 50%;
}

.lamphead {
  position: absolute;
  width: 35px;
  height: 25px;
  background: #bbb;
  top: -100px;
  left: 20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  transform: rotateZ(-40deg);
}

.lamphead::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  top: -10px;
  left: 10px;
}

.lamphead::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bbb;
  border-radius: 50%;
  top: 16px;
  left: 8px;
}

.englebert-regular {
  font-family: 'Englebert', cursive;
  font-weight: 400;
  font-style: normal;
}

.heading {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  z-index: 10;
  text-align: center;
  width: 100%;
}