html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #1a1a1a;
}

h1 {
    text-align: center;
    margin: 0px;
}

a:visited {
    color: #6e8499;
}

canvas {
    margin: auto;
}

footer {
    text-align: center;
    font-family: "Lato";
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.webgl-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: underline;
    cursor: pointer;
}
