.webgl-content * {
    border: 0;
    margin: 0;
    padding: 0
}

.webgl-content {
    top: 0;
    left: 0;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: hidden;
}

#gameContainer canvas {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.simmer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #aaa;
    font-size: 9px;
    font-family: sans-serif;
    font-family: sans-serif;
    /*want to remove the simmer branding? uncomment display:none below!*/
    /*display:none;*/
}

.simmer a {
    color: #cccccc;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 3s;
}

.simmer a:hover {
    color: #fff;
    text-decoration: underline;
}

.simmer.hide {
    opacity: 0;
}