@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Jost,sans-serif!important;line-height:1.1;scroll-behavior:smooth}html{min-height:100vh}html body{min-height:calc(100vh - 2rem);font-family:Jost,sans-serif;background:url(/img/backgrounds/diamond-plate.svg);background-repeat:repeat;color:#fff}a{color:inherit;text-decoration:none}button{cursor:pointer}button.MuiButtonBase-root{background:#e85c63}button.MuiButtonBase-root:hover{background:hsl(357,75.2688172043%,60.5294117647%)}hr{background-color:#000}form{display:flex;flex-direction:column;width:min(100%,500px);gap:1rem;margin:2rem auto}video{background-image:linear-gradient(110deg,transparent,rgba(255,255,255,.1),transparent,rgba(255,255,255,.1),transparent);background-size:400% 100%;animation:shimmer 1s linear infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}