* {
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
}

#WebGL-Output {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#Stats-Output {
    position: absolute;
    left: 0;
    top: 0;
}

canvas {
    background-color: rgba(0, 0, 0, 0);
}

.hideMy{
    display: none;
}

.showMy{
    display: block;
}

.triangle{
    border-style: solid;
    border-width: 50px 50px 50px 50px;
    width: 0px;
    height: 0px;
    position:absolute;
}
.triangleTop{
    border-color: #C4D400 transparent transparent transparent;
}
.triangleRight{
    border-color: transparent #C4D400 transparent transparent;
}
.triangleBottom{
    border-color: transparent transparent #C4D400 transparent;
}
.triangleLeft{
    border-color: transparent transparent transparent #C4D400;
}