@import url("https://fonts.googleapis.com/css2?family=Dosis&display=swap"); * { box-sizing: border-box; } body { width: 100%; height: 100vh; margin: 0; padding: 0; font-family: "Dosis", sans-serif; overflow: hidden; background-color: #e6e2ca; display: flex; justify-content: center; align-items: center; } body .container { padding: 0; margin: 0; margin: auto; min-height: 100%; max-width: 900px; overflow: hidden; box-shadow: 0.02em 0.02em 1.5em #0005; } body .container canvas { outline: none; }