body {
    background-color: #ffe6ff;
    height: 100vh;
    padding: 2em;
}

#container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 90%;
}

#glCanvas {
    border: 0.5em solid #ff69fd;
    flex: 1;
    height: 100%;
    margin: 4em 0em;
    width: 100%;
}

#masterpiece {
    color: yellow;
    font-size: 22pt;
    font-weight: bold;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #ff69fd;
}
#masterpiece:hover {
    color: #ff69fd;
    -webkit-text-stroke-color: yellow;
}
