div#text {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #d2c8f9, #58cfa3);
    text-align: center;
    font-family: 'Syne Mono', monospace;
    font-size: 18vmin;
    padding-top: 22vmin;
}