.power {
    background-color: rgba(0, 0, 0, 0.4);
    width: 25%;
    height: 100%;
}
.shield {
    background-color: rgba(255, 255, 255, 0.2);
    width: 25%;
    top:0;
    left:0;
    height: 100%;
}
.speed {
    background-color: rgba(255, 255, 255, 0.2);
    width: 0%;
    height: 100%;
}
.ship-shield {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 2002;
}

.ship-health {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 2001;
}
.marker {
    position: absolute;
    width: 32px;
    height: 32px;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 2px;
}
#markers {
    width: 100%;
    height: 100%;
    pointer-events: none;
    touch-action: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}
.weapon-bar-background {
    margin: 2.5%;
    height: 5%;
    width: 90%;
    border: solid rgba(255, 255, 255, 0.1);
    /*box-shadow: 3px 3px rgba(255, 255, 255, 0.1);*/
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
.ship-bar-background {
    margin: 2.5%;
    height: 10%;
    width: 90%;
    position: relative;
    /*box-shadow: 3px 3px rgba(255, 255, 255, 0.1);*/
    border: solid rgba(255, 255, 255, 0.2);
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}
#game {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#weapons {
    font-family: 'Share Tech Mono', monospace;
    color: rgba(255, 255, 255, 0.5);
    width: 10%;
    height: 50%;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}
#ship {
    font-family: 'Share Tech Mono', monospace;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    width: 25%;
    height: 10%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
