.main{z-index:1;background:url(/images/pattern.jpg);height:100vh;overflow:hidden}.dish{z-index:-100;animation-name:spin;animation-duration:150s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;bottom:-70px;left:-335px}.salad{z-index:-100;animation-name:spin;animation-duration:70s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:-70px;right:-120px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
