html, body {
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.webm {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.webm video {
    width: 100%;
    height: 100%;
}

.gifs {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.gifs img {
    width: 100%;
    height: 100%;
}

.sub {
    border: 1px dashed #000;
    padding: 0 10px 10px 10px;
    margin: 10px auto;
    width: 960px;
}

#gaben {
    width: 100%;
    height: 100%;
    text-align: center;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

audio {
    height: 0;
    width: 0;
}

a {
	color: #005C99;
}

ul, li {
    list-style-type: none;
}

a:hover {
	color: #0091F2;
}

iframe {
    width: 0;
    height: 0;
}

.footer {
    margin: 40px auto;
}

.footer img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}