#mute {
    width: 60px;
    height: 30px;
    border-radius: 2px;
}

body {
    margin: 0;
}

canvas {
    top: 0;
    width: 100%;
    height: 100%;
}

body {
    color: #fff;
    font-size: 13px;
    text-align: left;
    background-color: #000;
    overflow: hidden;
}

.info {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px;
    z-index: 100;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}