﻿:root{--clr-bg:#000814;--clr-txt:#f1f7ed;}*,*::before,*::after{padding:0;margin:0 auto;box-sizing:border-box;}body,html{font-family:"Exo",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-optical-sizing:auto;font-weight:300;font-style:normal;font-size:1rem;line-height:1.5;margin:0;padding:0;}body{position:relative;background-color:var(--clr-bg);width:100vw;height:100vh;}main{position:absolute;inset:0;width:100vw;height:100vh;}main .hero{color:var(--clr-txt);z-index:3;margin:10% auto 0 auto;width:100%;text-align:center;position:relative;z-index:10;}main .hero h1{font-size:4rem;font-weight:600;}main .stars{position:absolute;inset:0;width:100vw;height:100vh;z-index:1;mix-blend-mode:screen;}main .stars>video{position:absolute;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:1;background-size:cover;overflow:hidden;}main .planet{position:absolute;top:4rem;right:4rem;width:20%;aspect-ratio:1;z-index:2;mix-blend-mode:screen;}main .planet>video{position:absolute;inset:0;width:100%;height:auto;z-index:2;overflow:hidden;}