html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: #6e7955;
}
* {
  z-index: 1;
}
*:before, *:after {
  position: absolute;
  content: "";
}


.bowl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50%;
  border-radius: 100%;
  background: #a86f4c;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2), inset 0 3px 10px 3px rgba(0, 0, 0, 0.7), 0 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 10px #c9171e, 0 18px 15px rgba(0, 0, 0, 0.4);
}
.bowl:before{
  top: 28%;
  left: 45%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 55px 45px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  z-index: 2;
}
.bowl:after{
  top: 23%;
  left: 32%;
  width: 0px;
  height: 0px;
  box-shadow: 0 0 80px 80px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  z-index: 2;
}

.noodlerange{
   position: relative;
  top: 0;
  width: 290px;
  height: 290px;
  border-radius: 100%; 
   overflow: hidden;
}

.noodles {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  border-radius: 50%;
}
.noodle {
  position: absolute;
  top: 30px;
  left: 20px;
  border-radius: 50%;
  border: 4px solid #ffd900;
  opacity: 0.8;
}
.noodle:before {
  transform: rotateZ(10deg);
  top: -10px;
  left: 10px;
  width: 157px;
  height: 110px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  opacity: 0.8;
  border-color: #ffd900;
}
.noodle:after {
  transform: rotateZ(-10deg);
  top: 10px;
  left: 10px;
  width: 136px;
  height: 100px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  opacity: 0.8;
  border-color: #ffd900;
}
.noodle:nth-of-type(1) {
  width: 176px;
  height: 176px;
  top: 33px;
  left: 10px;
}
.noodle:nth-of-type(2) {
  width: 94px;
  height: 79px;
  top: 55px;
  left: 30px;
}
.noodle:nth-of-type(3) {
  width: 230px;
  height: 182px;
  top: 38px;
  left: 45px;
}
.noodle:nth-of-type(4) {
  width: 224px;
  height: 125px;
  top: 100px;
  left: 12px;
}
.noodle:nth-of-type(5) {
  width: 145px;
  height: 73px;
  top: 21px;
  left: 80px;
}
.noodle:nth-of-type(6) {
  width: 198px;
  height: 80px;
  top: 76px;
  left: 37px;
}
.noodle:nth-of-type(7) {
  width: 193px;
  height: 55px;
  top: 136px;
  left: 48px;
}
.noodle:nth-of-type(8) {
  width: 155px;
  height: 100px;
  top: 80px;
  left: 60px;
}
.noodle:nth-of-type(9) {
  width: 137px;
  height: 123px;
  top: 49px;
  left: 60px;
}
.noodle:nth-of-type(10) {
  width: 143px;
  height: 177px;
  top: 60px;
  left: 100px;
}
.noodle:nth-of-type(11) {
  width: 143px;
  height: 69px;
  top: 122px;
  left: 80px;
}
.noodle:nth-of-type(12) {
  width: 143px;
  height: 113px;
  top: 161px;
  left: 70px;
}
.noodle:nth-of-type(13) {
  width: 214px;
  height: 68px;
  top: 98px;
  left: 56px;
}
.noodle:nth-of-type(14) {
  width: 211px;
  height: 161px;
  top: 60px;
  left: 30px;
}
.noodle:nth-of-type(15) {
  width: 29px;
  height: 50px;
  top: 80px;
  left: 90px;
}
.noodle:nth-of-type(16) {
  width: 253px;
  height: 174px;
  top: 92px;
  left: 18px;
}
.noodle:nth-of-type(17) {
  width: 252px;
  height: 241px;
  top: 30px;
  left: 20px;
}
.noodle:nth-of-type(18) {
  width: 130px;
  height: 150px;
  top: 80px;
  left: 85px;
}
.noodle:nth-of-type(19) {
  width: 150px;
  height: 150px;
  top: 100px;
  left: 60px;
}
.noodle:nth-of-type(20) {
  width: 210px;
  height: 150px;
  top: 100px;
  left: 30px;
}


.egg{
   position: absolute;
  top: 48%;
  left: 57%;
  transform: rotate(30deg);
  width: 80px;
  height: 100px;
  background: #EEE;
  border-radius: 50%/60% 60% 40% 40%;
  box-shadow: inset 0 -4px 2px 0 rgba(0, 0, 0, 0.1), 1px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.egg:before {
  top: 35%;
  left: 22%;
  width: 55%;
  height: 50%;
  background: #f39800;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #F90, inset 0 0 4px 2px rgba(248, 181, 0, 0.9);
}

.seaweeds{
   position: absolute;
  top: 29%;
  right: 34%;
  transform: rotate(30deg);
  width: 70px;
  height: 100px;
  background: #111;
  box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.seaweeds:before{
  top: -5%;
  right: 36%;
  transform: rotate(-15deg);
  width: 70px;
  height: 100px;
  background: #111;
  box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.chives{
  position: absolute;
  top: 50%;
  left: 50%;
   transform: rotate(35deg);
  width: 10px;
  height: 8px;
  background: #028760;
  box-shadow: -6px -7px 0 0 #93b69c, 15px 8px 0 0 #028760, -25px -11px 0 -1px #93b69c, -12px 7px 0 0 #028760, -6px 15px 0 -1px #93b69c, -15px -7px 0 0 #028760, -19px 22px 0 -1px #93b69c, -3px -15px 0 -1px #028760, -28px -9px 0 -1px #696, -3px 28px 0 -1px #028760, -16px 2px 0 0 #696, -28px 0 0 -1px #028760, 25px 5px 0 -1px #696, 15px 17px 0 -1px #93b69c, 22px 22px 0 -1px #696, 8px 25px 0 -1px #028760, 5px 12px 0 -1px #696, 14px -4px 0 -1px #028760, -20px 15px 0 0 #696
}
.chives:before {
  position: absolute;
  top: 50%;
  left: 50%;
   transform: rotate(-135deg);
  width: 10px;
  height: 8px;
  background: #028760;
  box-shadow: -6px -7px 0 0 #93b69c, 15px 8px 0 0 #028760, -25px -11px 0 -1px #93b69c, -12px 7px 0 0 #028760, -6px 15px 0 -1px #93b69c, -15px -7px 0 0 #028760, -19px 22px 0 -1px #93b69c, -3px -15px 0 -1px #028760, -28px -9px 0 -1px #696, -3px 28px 0 -1px #028760, -16px 2px 0 0 #696, -28px 0 0 -1px #028760, 25px 5px 0 -1px #696, 15px 17px 0 -1px #93b69c, 22px 22px 0 -1px #696, 8px 25px 0 -1px #028760, 5px 12px 0 -1px #696, 14px -4px 0 -1px #028760, -20px 15px 0 0 #696
}

.pork{
  position: absolute;
  top: 30%;
  left: 40%;
  width: 120px;
  height: 70px;
  z-index: 1;
  border-radius: 50% 40%/40% 60% 30% 25%;
  transform: rotate(-10deg);
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -2px 0 5px rgba(255, 255, 255, 0.1), 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(0deg, #f0cfa0 20%, #8a3b00 95%);
}
.pork:before{
  position: absolute;
  top: 20%;
  right: 20%;
  width: 120px;
  height: 70px;
  z-index: 1;
  border-radius: 50% 40%/40% 60% 30% 25%;
  transform: rotate(-10deg);
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -2px 0 5px rgba(255, 255, 255, 0.1), 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(0deg, #f0cfa0 20%, #8a3b00 95%);
}
.pork:after{
  position: absolute;
  top: 50%;
  right: 40%;
  width: 120px;
  height: 70px;
  z-index: 1;
  border-radius: 50% 40%/40% 60% 30% 25%;
  transform: rotate(-15deg);
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -2px 0 5px rgba(255, 255, 255, 0.1), 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(0deg, #f0cfa0 20%, #8a3b00 95%);
}

.chopsticks {
  position: absolute;
  top: 80%;
  bottom: 10%;
  left: 30%;
  right: 30%;
  margin: auto;
  width: 350px;
  height: 10px;
  background: #A74;
  z-index: 99;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2), inset 0 -5px 2px 0 rgba(0, 0, 0, 0.2);
}
.chopsticks:before {
  top: 20px;
  left: 0;
  width: 350px;
  height: 10px;
  background: #A74;
  z-index: 99;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2), inset 0 -5px 2px 0 rgba(0, 0, 0, 0.2);
}