:root{--white: #fff9e8;--black: rgb(40, 38, 38);transition:all .5s ease}.html{margin:0}@font-face{font-family:Anton;src:url(/fonts/anton.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.anton{font-family:Anton,sans-serif;font-weight:400}.inter{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal}body{background-color:var(--white);margin:0}.header-container{display:flex;justify-content:center}.header{display:flex;justify-content:space-between;align-items:center;width:96%;border-bottom:2px solid var(--black);position:fixed;top:0;overflow:hidden;z-index:99}.main{margin:5rem 2rem 2rem}.left,.right{padding:.5rem 0rem 0rem;color:var(--black)}.right{font-size:clamp(1rem,1vw,1rem);font-weight:400}.playful-loader{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#e48c8c;background-color:var(--white);background-image:radial-gradient(#ffcdcd 2px,transparent 2px);background-size:40px 40px;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .5s ease-in-out}.bouncer{font-size:7vw;font-weight:700;animation:bounce 1.2s infinite;color:var(--black);font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.hidden{display:none}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
