@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#000;--foreground:#fff}html{width:100%;height:100%}body,html{margin:0;padding:0;overflow:hidden}body{width:100vw;height:100vh;position:relative;color:var(--foreground);background:radial-gradient(ellipse at center,#1a1a2e 0,#0a0a1a 50%,#000 100%)}*{box-sizing:border-box}