*{box-sizing:border-box;scroll-behavior:smooth}body,html{padding:0;margin:0;font-family:Inter,sans-serif}body{max-width:95em;min-width:35em;background-color:#0f0f0f;margin:0 auto;padding:0 3em}a{color:inherit;text-decoration:none}.text-clr-light{color:#fbfbfb}.text-clr-light-secondary{color:#afafaf}.text-clr-dark{color:#151515}.text-clr-dark-secondary{color:#1f1f1f}.text-clr-dark-tertiary{color:#353535}.text-clr-highlight{color:gold}.text-position-center{text-align:center}.font-size-lg{font-size:48pt}.font-size-md{font-size:28pt}.font-size-sm{font-size:16pt}.font-size-xs{font-size:12pt}.font-weight-bold{font-weight:600}.font-weight-extrabold{font-weight:800}.flex{display:flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.5em}.gap-md{gap:1em}.gap-lg{gap:2em}.wave{-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:wave-animation;animation-name:wave-animation;display:inline-block;transform-origin:70% 70%}@-webkit-keyframes wave-animation{0%,60%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}@keyframes wave-animation{0%,60%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-thumb{background:gold;border-radius:.25em}