#container{
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
    width: 90vw;
}

#main-head{
    color: #00B0FF;
    font-size: 3rem;
}

.drum{
    align-items: center;
    text-align: center;
    margin: auto;
    width: 10vw;
    height: 10vw;
    margin-top: 1rem;
    font-size: xx-large;
    border: 5px solid #00B0FF;
    
}

body{
    text-align: center;
}

.pressed{
    box-shadow: -10px -15px solid black;
    opacity: 0.5;
    border: 5px dotted #00B0FF;
}

.one{
    background-image: url(images/drum1.jpg);
    background-position: center;
    background-size: 12vw;
    background-repeat: no-repeat;
    color: white;
}
.two{
    background-image: url(images/drum2.jpeg);
    background-position: center;
    background-size: 10vw;
    background-repeat: no-repeat;
}
.three{
    background-image: url(images/drum3.jpeg);
    background-repeat: no-repeat;
}
.four{
    background-image: url(images/drum4.jpg);
    background-position: center;
    background-size: 15vw;
    background-repeat: no-repeat;
}
.five{
    background-image: url(images/drum5.jpeg);
    background-position: center;
    background-size: 15vw;
    background-repeat: no-repeat;
}
.six{
    background-image: url(images/drum6.jpeg);
    background-position: center;
    background-size: 12vw;
    background-repeat: no-repeat;
}
.seven{
    background-image: url(images/drum7.jpeg);
    background-repeat: no-repeat;
}

#footer-head{
    margin-bottom: 0.5rem;
}

#footer-ul{
    display: inline-block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom: 0.05rem;
}

@media only screen and (max-width: 500px) {
    .drum{
        width: 25vw;
        height: 25vw;
    }
    .one{
        background-size: 30vw;
    }
    .two{
        background-size: 30vw;
    }
    .three{
        background-size: 15vw;
    }

    .four{
        background-size: 30vw;
    }
    .five{
        background-size: 30vw;
    }
    .six{
        background-size: 30vw;
    }
    .seven{
        background-size: 30vw;
    }
    
  }

.footer-li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

footer{
    font-weight: 500;
    color: #00B0FF;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.change-color-svg{
    fill: #00B0FF;
    height: 6vh;
}

.change-color-svg:hover{
    fill: black;
}