* {
  margin: 0px;
  padding: 0px;
}

body {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  background-color: rgb(248, 247, 234);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  font-size: 60px;
}

.cup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cup span {
  position: absolute;
}

.cup span:nth-child(1) {
  width: 21vw;
  height: 25vh;
  margin-bottom: 25vh;
  background-color: rgb(248, 247, 234);
  z-index: 3;
}

.cup span:nth-child(2) {
  width: 20vw;
  height: 40vh;
  background-color: rgb(194, 184, 184);
  border: 2px solid black;
  border-radius: 50%;
  z-index: 2;
  box-shadow:
    3px 3px 0px rgb(133, 131, 131),
    3px 3px 0px rgb(46, 45, 45),
    3px 3px 0px rgb(0, 0, 0);
}

.cup span:nth-child(3) {
  width: 20vw;
  border: 2px solid black;
  z-index: 2;
}

.cup span:nth-child(4) {
  width: 5vw;
  height: 10vh;
  border: 10px solid rgb(194, 184, 184);

  border-radius: 43%;
  margin-left: 19vw;
  margin-top: 15vh;
  z-index: 1;
}

.cup span:nth-child(5) {
  width: 5vw;
  height: 10vh;
  border: 2px solid black;
  border-radius: 43%;
  margin-left: 19vw;
  margin-top: 15vh;
  z-index: 1;
}

.cup span:nth-child(6) {
  width: 6vw;
  height: 12vh;
  border: 2px solid black;
  border-radius: 43%;
  margin-left: 19vw;
  margin-top: 15vh;
  z-index: 1;
  box-shadow:
    0px 3px 5px rgb(133, 131, 131),
    0px 3px 5px rgb(0, 0, 0);
}

.cup span:nth-child(7) {
  margin-left: 10vw;
  margin-bottom: 30vh;
  transform: rotate(90deg);
  z-index: 3;
}

.cup span:nth-child(8) {
  margin-left: 10vw;
  margin-bottom: 30vh;
  transform: rotate(90deg);
  z-index: 3;
}

.cup span:nth-child(9) {
  margin-left: 2vw;
  margin-bottom: 20vh;
  transform: rotate(90deg);
  z-index: 3;
}

.cup span:nth-child(10) {
  margin-left: 1.9vw;
  margin-bottom: 20vh;
  transform: rotate(90deg);
  z-index: 3;
}

.cup span:nth-child(11) {
  margin-left: -7vw;
  margin-bottom: 30vh;
  transform: rotate(90deg);
  z-index: 3;
}

.cup span:nth-child(12) {
  margin-left: -7vw;
  margin-bottom: 30vh;
  transform: rotate(90deg);
  z-index: 3;
}
