html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: system-ui;
    font-size: 40px;
    color: #fff;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}