body {
    text-align: center;
    background: linear-gradient(to right,#d819b8,#720857);
}

h1{
    font-size: 5rem;
    color: #dcd9db;
    font-family: "Arvo",cursive;
    text-shadow: 3px 0 #a71010;
}

footer{
    color: #eeecee;
    font-family: sans-serif;
}

.w {
    background-image: url("images/t1.jpg");
}

.a {
    background-image: url("images/t2.jpg");
}

.s {
    background-image: url("images/t3.jpg");
}

.d {
    background-image: url("images/t4.jpg");
}

.j {
    background-image: url("images/t5.jpg");
}

.k {
    background-image: url("images/t6.jpg");
}

.l {
    background-image: url("images/t7.jpg");
}

.set {
    margin: 10% auto;
}

.pressed {
    box-shadow: 0 3px 4px 0 #eeecee;
    opacity:0.5;
}

.red {
    color: red;
}

.drum {
    outline: none;
    border: 10px solid #6a77b0;
    font-size: 5rem;
    font-family: "Arvo",cursive;
    line-height: 2;
    font-weight: 900;
    color: #a71010;
    text-shadow: 3px 0 #eeecee;
    border-radius: 15px;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.w, .a, .s, .d, .j, .k, .l {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
