* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html, body{
    background-color:   #343a40;
    width: 100%;
    height: 100%;
}

h1{
    color: whitesmoke;
    text-align: center;
}
nav {
    padding: 1rem;
    text-align: right;
}
#new_array{
    float: left;
}

#bar_container
{
    position: absolute;
    left: 20%;
    display: flex;
    width: 60%;
    height: 70%;
    overflow: hidden;
    justify-content: space-between;
    /* background-color: #393c41; */
}
.bar
{
    width: 5px;
    background-color: greenyellow;
    /* background-color: rgb(183, 248, 6); */
}
