body {
    background-color: rgb(255, 0, 0);
}

h1 {
    height: 70vh;
    color: rgb(255, 255, 255);
    font-family: system-ui;
    font-size: 20vh;
    text-align: center;
}