
.soundjumperDrums {
    background-color: teal;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 20px;
}

.soundjumperDrums span {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}

.soundjumperDrums span img {
    max-height: 150px;
    width: auto;
    border-radius: 50%;
}
