
html{
    background-color: black;
    color:blanchedalmond;
    height: 100%;
}

body{
    height: 100%;
    margin: 0;
}

.center {
    width: 100%;
    height: 100%;
    text-align:center;
    display:flex;
    align-items: center;
    justify-content: center;
}

canvas {
    display: block;
}

.controls {
    position: fixed;
    top: 0;
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

#notification {
    position: fixed;
    bottom: 0;
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.controls {
    position: fixed;
    bottom: 0;
    color: white;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

#footer {
    position: fixed;
    bottom: 0;
    right: 0;
}

.icon{
    max-height: 50px;
    cursor: pointer;
}