/* Main container */
.container{
    justify-content: space-between;
}
.container::before{
    background: url('./img/back6.png') no-repeat center  center/cover;
}
/* heading */
.heading{
    font-size: 3rem;
    text-align: center;
    margin: 1.7rem;
}

/* Bands */
.bands h3{
    display: block;
    font-size: 1.8rem;
}
.kick input, .snare input, .hihat input {
    width: 1.2rem;
    height: 1rem;
    margin: 1rem 0.4rem;
}
.btn{
    margin: 20px 0px;
    font-size: 1.6rem;
}
