@import 'fontawesome/css/all.min.css';

html {
    height: 100%;
}

body {
    background-color: black;
    color: white;
    font-size: 20px;
    height: 100%;
    position: relative;
    margin: 0;
}

.container {
    margin-right: 10px;
    float: left;
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

#footer > .container {
    margin-right: 0;
    float: none;
}
