html, body {
    height: 100%;
    font-size: 16px;
}

.footer {
    position: fixed;
    display: block;
    min-width: 100%;
    min-height: 30px;
    bottom: 0;
    padding: 5px;
    background-color: white;
    font-size: 10px;
}
