body {
    background-color: black;
    height: 42em;
}

p {
    color: aliceblue;
    margin: 1px;
    display: inline;
}

h3 {
    color: aliceblue;
}
#battHolder {
    left: 2em;
    top: 1em;
    position: relative;
}

#battMain {
    border-radius: 25px;
    width: 20em;
    height: 34em;
    top: 1em;
    position: relative;
    box-shadow: 0 0 0 1em gray;
    
}

#battTop {
    box-shadow: 0 0 0 1em gray;
    border-radius: 20px 20px 0 0;
    width: 10em;
    height: 4em;
    position: relative;
    left: 5em;
    text-align: center;
}

#battLevel {
    border-radius: 20px;
    width: 19em;
    height: 33em;
    background-color: greenyellow;
    position: absolute;
    top: 5.5em;
    left: .5em;
}
#battPlacehold {
    border-radius: 20px;
    width: 19em;
    height: 33em;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    top: 5.5em;
    left: .5em;
}

#textHolder {
    left: 25em;
    top: 1em;
    position: absolute;
}

#separator {
    border: 2px solid gray;
}