body{
    text-align: center;
    background-color: #404b69;
}
h1{
    font-size: 3rem;
    color: #DBEDF3;
    font-family: cursive;
    text-shadow: 3px 0 #DA0463;
}
.w{
    background-image: url("w.png");
}
.a{
    background-image: url("a.png");
}
.s{
    background-image: url("s.png");
}
.d{
    background-image: url("d.png");
}
.j{
    background-image: url("j.png");
}
.k{
    background-image: url("k.png");
}
.l{
    background-image: url("l.png");
}
.all{
    margin: 10% auto;
}
.animation{
    box-shadow: 0 3px 4px 0 #DBEDF3;
    opacity: 0.5;
}
.button{
    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 maroon;
    border-radius: 15px;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 10px;
    background-color: #ffff;
}