
body {
    text-align: center;
    background-color: #283149;
}

h1 {
    font-size: 5rem;
    color: #DBEDF3;
    font-family: "Arvo", cursive;
    text-shadow: 3px 0 #DA0463;
}

footer {
    color: #DBEDF3;
    font-family: sans-serif;
}

.set {
    margin: 10% auto;
}

.drum {
    outline: none;
    border: 10px solid #404B69;
    font-size: 5rem;
    font-family: 'Arvo', cursive;
    line-height: 2;
    font-weight: 900;
    color: #DA0463;
    text-shadow: 3px 0 #DBEDF3;
    border-radius: 15px;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 6px 10px;
}

.w{
    background-image: url(Images/tom1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.a{
    background-image: url(Images/tom2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.s{
    background-image: url(Images/tom3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.d{
    background-image: url(Images/tom4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.j{
    background-image: url(Images/snare.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.k{
    background-image: url(Images/crash.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.l{
    background-image: url(Images/kick.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pressed{
    box-sizing: 0 3px 4px 0 #DBEDF3;
    opacity: 0.5;
}
