main {
    min-height: 100vh;
}

footer {
    background-color: #666;
    color: #efefef;
    text-align: center;
    padding: 8px 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
}