html{
    height: 100%;
}
body {
    background-color: #121212;
    color: #ffffff;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 6.74rem;
}

footer{
    width: 100%;
    bottom: 0;
    font-size: 18px;
    padding: 35px;
    margin: auto;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
}