html{
    width: 100%;
    height: 100%;
}

body{
    background-color: #000;
    color: #ffffff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#MOUSE{
    position: fixed;
    top: 5px;
    left: 5px;
}

footer{
    position: fixed;
    bottom: 5px;
    right: 5px;
}

canvas{
    position: absolute;
    top: 0;
    left: 0;
}