input{
    display: block;
    border: none;
    background-color: #D9D9D9;
    margin: 30px;
    margin-right: 50px;
    height: 30px;
}

.inputs{
    display: inline;
    float:left;

}
button{
    width: 10px;
    height: 10px;
}
.bar{
    display: inline-block;
    height: 170px;
    margin: 20px;  
    position: relative; 
    float: right;
    text-align: center;
}
.bar-space{
    max-height:inherit;
    height: 100%;
    width: 35px;
    margin: 0 auto 0 auto;
    background-color: #6EA3F2;
    display: block;
}
.bar-fill{
    max-height: inherit;
    width: 35px;
    height: 50%;
    background-color: #E4EBF5;
    display: block;
}
body{
    text-align: center;
    margin-top: 200px;
    background-color: #FBF8F8;
}
h1{
    font-size: 2rem;
    font-family: sans-serif;
}
p{
    font-size: 0.8rem;
    font-family: sans-serif;
    display: inline-block;
}
.container{
    display: inline-block;
}
