:root{--background-color-breakdown:7,7,54;--background-color:rgba(var(--background-color-breakdown),1);--background-color-transparent:rgba(var(--background-color-breakdown),0);--background-color-50-transparent:rgba(var(--background-color-breakdown),.5);--underline:#fd3651;--light-magenta:#c72c41;--magenta:#801336;--purple:#510a32;--dark-purple:#2d142c;--shadow:0px 4px 4px #00000040;--hero-height:125vh}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:#fff;margin:0;font-family:Inter,sans-serif}@keyframes blurIn{0%{filter:blur(20px)}to{filter:blur()}}#account:hover{box-shadow:2px 2px 5px #2d142c4f}.img-background{height:var(--hero-height);object-fit:cover;width:100vw;position:absolute;top:0;left:0;right:0}#rotating-img{object-fit:contain;width:70vw;max-width:700px;transform-style:preserve-3d;margin:0 auto;bottom:0}#test-content{background-color:var(--purple);width:100%;height:calc(1200px + 100vh)}.container{width:90%;max-width:1000px;margin:0 auto}section h3{opacity:.5;text-align:center;margin-bottom:30px}.starry-gradient{background:var(--background-color);background:linear-gradient(180deg,var(--background-color)0%,#0000 100%);z-index:0;width:100vw;height:200px;position:absolute}
