:root{--text: #eceef6;--background: #090c17;--primary: #98a9df;--secondary: #546392;--accent: #4b6fdd}html,body{background:var(--background);color:var(--color)}*{margin:0;padding:0;box-sizing:border-box}.terms-popup{width:20rem;aspect-ratio:1/1.5;background:var(--secondary);-webkit-box-shadow:0px 0px 0px 100000vw rgba(66,68,90,.49);-moz-box-shadow:0px 0px 0px 100000vw rgba(66,68,90,.49);box-shadow:0 0 0 100000vw #42445a7d;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
