body{margin:0;padding:0;background-color:#3b0000;overflow-x:hidden;position:relative}@keyframes rotateMandala{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body:before{content:"";position:fixed;top:-200px;right:-200px;width:1000px;height:1000px;background:url(/IMAGES/mandala1.png) no-repeat center;background-size:contain;opacity:.06;pointer-events:none;z-index:-1;animation:rotateMandala 160s linear infinite}body:after{content:"";position:fixed;bottom:-250px;left:-250px;width:1100px;height:1100px;background:url(/IMAGES/mandala2.png) no-repeat center;background-size:contain;opacity:.07;pointer-events:none;z-index:-1;animation:rotateMandala 200s linear infinite reverse}
