body {
            width: 100vw;
            height: 100vh;
            display: grid;
            place-content: center;
            font-size: 3rem;
            font-weight: 600;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
