@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body { background-color: black; color: white; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; overflow: hidden; font-family: 'Inter', sans-serif; } h1 { font-size: 1.875rem; font-weight: 700; line-height: calc(2.25 / 1.875); }
