button {
    background-color: rgba(128, 0, 255, 0.8);
    color: white;
    padding: 1% 2%;
    border: none;
    border-radius: 2%;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 50%;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    transform: translate(-50%, -50%);
}

input {
    color: white;
    padding: 1% 2%;
    border-radius: 2%;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

label {
    color: white;
    z-index: 10;
    position: absolute;
    left: 50%;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    transform: translate(-50%, -50%);
}

select {
    background-color: rgba(128, 0, 255, 0.8);
    color: white;
    padding: 1% 2%;
    border: none;
    border-radius: 2%;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left: 50%;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    transform: translate(-50%, -50%);
}

h1 {
    color: rgba(128, 0, 255, 0.8);
    z-index: 10;
    position: absolute;
    top: 10%;
    left: 50%;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*text-shadow: 5px 5px rgb(0, 0, 0);*/
    font-size: 400%;
    transform: translate(-50%, -50%);
}

h2 {
    color: rgba(128, 0, 255, 0.8);
    z-index: 10;
    position: absolute;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transform: translate(-50%, -50%);
}

canvas {
    z-index: 1;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}