canvas {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: transparent;
}

#background {
    z-index: -2;
}

#main {
    z-index: -1;
    font-family: 'VT323', monospace;
}

#ship {
    z-index: 0;
    font-family: 'VT323', monospace;
}

.score {
    position: absolute;
    top: 20px;
    right: 70px;
    color: #ffffff;
    font-size: 28px;
    z-index: 3;
    font-family: 'VT323', monospace;
    cursor: default;
}

.game-over {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #ff7f00;
    font-family: 'VT323', monospace;
    font-size: 36px;
    cursor: default;
    display: none;
}

.start-scene {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: rgb(255, 255, 255);
    font-family: 'VT323', monospace;
    font-size: 36px;
    cursor: default;
    display: none;
}

.start-scene span {
    cursor: pointer;
}

.start-scene span:hover {
    color: #ff7f00;
}

.game-over span {
    font-size: 20px;
    cursor: pointer;
    position: relative;
    left: 50px;
    cursor: pointer;
}

.game-over span:hover {
    color: #ffffff;
}

#sound-controll {
    position: absolute;
    z-index: 3;
    color: white;
    font-size: 22px;
    left: 50%;
    width: 160px;
    transform: translate(-50%,0);
    margin-top: 110px;
    cursor: pointer;
}

#sound-controll:hover {
    color: #ff7f00;
}

.loading {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #ffffff;
    font-family: 'VT323', monospace;
    font-size: 36px;
    cursor: default;
}

#game-helper {
    font-size: 24px;
    position: relative;
    top: 140px;
}