*{margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 100%;}

div{position: absolute;}

.kimbap {top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 700px;
	background-color: peru;
	border: 5px dotted saddlebrown;
background-image: linear-gradient(0deg, saddlebrown, darkgoldenrod, saddlebrown, saddlebrown, darkgoldenrod, saddlebrown, darkgoldenrod, saddlebrown, saddlebrown, darkgoldenrod, saddlebrown, darkgoldenrod, saddlebrown, darkgoldenrod, saddlebrown);}


.kim {left: 50px;
bottom:50px;
width: 600px;
height: 600px;
background-color: black;
}
.rice {left: 30px;
top:60px;
bottom: 20px;
width: 540px;
height: 520px;
background-color: white;
border-radius: 10%;}

.spinach {top: 120px;
left: 30px;
width: 480px;
height: 40px;
background-color: green;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px
}

.radish {left: 30px;
top: 170px;
width: 480px;
height: 40px;
background-color: yellow;
}

.highlight {top: 10px;
left: 10px;
width: 15px;
height: 15px;
background-color: white;
border-radius: 50px;
filter: blur(2px);}

.carrot1 {left: 30px;
top: 220px;
width: 480px;
height: 15px;
background-color: darkorange;
}
.carrot2 {left: 30px;
top: 240px;
width: 480px;
height: 15px;
background-color: darkorange;
}

.sausage {left: 30px;
top: 260px;
width: 480px;
height: 30px;
background-color: salmon;
border-radius: 50%;
}

.line {left: 150px;
top: 12px;
width: 180px;
height: 6px;
background-color: indianred;
border-radius: 40%;}

.egg {left: 30px;
	top: 300px;
	width: 480px;
	height: 40px;
	background-color: gold;
	border-top-left-radius: 80%;
	border-top-right-radius: 80%;
}

.root1 {left: 30px;
top: 350px;
width: 480px;
height: 12px;
background-color: saddlebrown;}

.root2 {left: 30px;
top: 365px;
width: 480px;
height: 12px;
background-color: saddlebrown;}

.root3 {left: 30px;
top: 380px;
width: 480px;
height: 12px;
background-color: saddlebrown;}

.cucumber {right: 30px;
bottom: 90px;
width: 480px;
height: 30px;
background-color: seagreen;}

.light {right: 40px;
bottom: 0px;
width: 380px;
height: 20px;
background-color: palegreen;}
