body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#textContainer {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#textContainer div {
    height: 40vh;
}

#textContainer h1 {
    font-size: 5vw;
}

#textContainer h2 {
    font-size: 1.5vw;
}

#textContainer h2 span {
    font-size: 1vw;
}

#textContainer h2 a {
    font-size: 0.9vw;
    text-decoration: none;
}

#canvasContainer {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#console {
    text-align: left;
    position: fixed;
    bottom: 0;
    left: 1vw;
}