body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:100vh}canvas{width:100%;height:100vh;position:relative;z-index:2;animation:fadeIn 1.5s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:white;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:-1}.loading-image{width:100px;height:auto;image-rendering:pixelated;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}
