.page{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100dvh;box-sizing:border-box;gap:30px;overflow:hidden}.page main{overflow:auto}.page .background,.page main{position:fixed;width:100dvw;height:100dvh}.page .background{background-image:radial-gradient(orange,#e37200);top:0;left:0;z-index:-1;object-fit:cover}.page .sun{position:absolute;z-index:-1;width:100%;height:200%;opacity:.1;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%);mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%)}.page .sun img{width:5000px;height:5000px;animation:spin 222s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.privacy{background-color:hsla(0,0%,100%,.6);padding:30px;border-radius:30px;margin:60px auto;width:calc(100% - 40px);box-sizing:border-box;max-width:700px}