html{color-scheme:dark}body{background:#030712!important;font-family:Inter,sans-serif;overflow-x:hidden}.scene{position:fixed;top:0;left:0;z-index:-1;overflow:hidden}.layer-stars,.scene{width:100%;height:100%}.layer-stars{position:relative}.layer-stars .star-type1,.layer-stars .star-type2,.layer-stars .star-type3{width:1px;height:1px;position:absolute;border-radius:1px;box-shadow:0 0 .5px .5px rgba(255,255,255,.5)}.layer-stars .star-type2.animated,.layer-stars .star-type3.animated{animation:twinkle 1s infinite}.layer-stars .star-type1.animated{background:white;border-radius:50%;width:3px;height:3px;box-shadow:0 0 10px white;animation:comet 5s linear infinite}@keyframes comet{0%{transform:translateX(-100vw) translateY(-100vw)}to{transform:translateX(100vw) translateY(100vh)}}@keyframes twinkle{0%,to{opacity:.5}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}section{animation:fadeIn .5s ease-out}