body {
font-family:Arial;
margin: 0 auto;
}

h1{
font-family: 'Baloo Bhaina', cursive;
margin: 0 auto;
text-align: left;
}

.container-fluid {
margin: 0 auto;
padding: 10px 10px;
background: rgba(236, 240, 241, 0.5);
text-align: left;
}

.inputBPM{
width: 75px;
}

.form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}

.staff{
float:left;
}

.steps {
width: 100px;
height: 100px;
background-color: #2c3e50;
color:#ecf0f1;
border-top: 1px solid black;
border-right: 2px solid black;
outline: 0;
font-size: 13px;
font-family: Arial;
display:inline;
}

#controls, #mfile{
display: inline;
}


