.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    background-color: #1E2022;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
