.download {
    margin: 8px;
}


/* Konami code specific CSS */
/* Copy right of Patch belongs to https://www.furaffinity.net/user/ask-patch 
   This easter egg was included in memory of this great blog. */
.konami-patch 
{
    position: fixed;
    bottom:       0;
    left:    -363px;
    height:   400px;
    width:    363px;
    z-index: 999999;
    background: url('../img/konami.png') no-repeat center center;
    transition: left 7s linear;
}