body{margin:0;padding:0;background-color:#fee4d2}main{display:flex;justify-content:center;align-items:center;height:100vh}.loading{width:300px;stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 4s linear forwards infinite}.coming-soon{width:100%;height:100%;opacity:1;position:absolute;top:0;left:0;transition:opacity 1s}.coming-soon.hidden{opacity:0}.cover{object-fit:cover;width:100%;height:100%}.layer{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@keyframes draw{to{stroke-dashoffset:0}}@media only screen and (max-width:600px){body{background-color:#f0ece9}.cover{object-fit:contain}}
