body {
    background-color: #000;
    animation: fadein 1s;
}
h1 {
    color: #000000;
    text-align: center;
}
img {
    -webkit-user-drag: none;
    user-select: none;
}

.header {
    background-color: #2f4f4f;
    padding: 10px;
    text-shadow:1px 1px 2px #000;
}
.navbar {
    background-color: #2f4f4f;
    color: #000;
    padding: 10px;
    text-align: center;
}
.emoji {
    display:inline;
}
.footer {
    background-color: #2f4f4f;
    color: #000000;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #000000; 
}
.ACAB {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.ACAB:hover {
    background: url(images/acab.gif);
}
.CapitolHill {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.CapitolHill:hover {
    background: url(images/antinazi.gif);
}
.nft {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.nft:hover {
    background: url(images/antinft.gif);
}
.web30 {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.web30:hover {
    background: url(images/ieburnbtn.gif);
}
.microhate {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.microhate:hover {
    background: url(images/microhate.jpg);
}
.defund {
    display: inline-block;
    padding: 0px;
    width: 88px;
    height: 31px;
    background: url(images/volta.gif);
}
.defund:hover {
    background: url(images/defund_badge.gif);
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}