* { box-sizing: border-box; } body { position: relative; overflow: hidden; user-select: none; margin: 0; padding: 0; width: 100vw; height: 100vh; background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-style: normal; font-variant: normal; font-weight: 400; color: black; } Loading ...