html,
body {
  cursor: url("cursor.png"), auto;
}
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.back-grad {
  background: #ffc694;
  background: linear-gradient(
    180deg,
    rgba(255, 198, 148, 0.78) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );
  width: 100%;
  height: 200px;
}
.med-1 {
  position: fixed;
  width: 150px;
  top: 36%;
}
.med-2 {
  position: fixed;
  width: 150px;
  top: 36%;
  right: 0;
}
.tang {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}
.tang-img {
  width: 100px;
  position: absolute;
}
.bowl {
  position: absolute;
  width: 220px;
}
.bowl:nth-child(1) {
  left: 18%;
  top: 40%;
}
.bowl:nth-child(2) {
  right: 30%;
  top: 70%;
}
.bowl:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
}
.bowl:nth-child(4) {
  left: 70%;
  top: 50%;
}
