html {
    position: relative;
    min-height: 100%;
}

body {
    /*font-family: 'Verdana', sans-serif;*/
    margin: 50px 0 200px;
    color: initial;
    line-height: 2;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: initial;   
}

footer {
    padding: 25px 0;
    font-size: x-small;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
}

p.copyright {
    margin: 5px 0 0;
}

div.content {
	margin-top: 75px;
}

div.logo {
    max-width:150px;
    margin-top: 25px;
    margin-bottom: 25px;

}

div.member {
    margin-bottom: 20px;
}

.hf-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-color: currentColor;
    -webkit-mask: url(/static/img/huggingface.svg) no-repeat center / contain;
    mask: url(/static/img/huggingface.svg) no-repeat center / contain;
}

@media only screen and (max-width: 500px) {
    body {
        margin-bottom: 400px;
    }

    footer {
        height: 400px;
    }
}