.arrayBar {
        width: 10px;
        display: inline-block;
        margin: 1px;
        background-color: pink;  
}

barGraph {
        left: 15%;
        position: absolute;
        bottom: 0px;
}

button { 
        width: 16.4%;
        display: inline-block;
        padding: 0.46em 1.6em;
        border: 0.1em solid #000000;
        margin: 0 0.2em 0.2em 0;
        border-radius: 0.12em;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        color: #000000;
        text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
        background-color: #FFFFFF;
        text-align: center;
        transition: all 0.15s;
        background-color: pink;
        font-size: 12px;
}

button:hover {
        text-shadow: 0 0 2em rgba(255,255,255,1);
        color: #FFFFFF;
}

button:disabled {
        border-color: black;
        color: gray;
        text-shadow: 0 0 0;
}