.footer{
    padding:22px 0;
    color:#475569;
    font-size:14px;
    border-top:1px solid rgba(226,232,240,.7);
}

.footer .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1;
}

.footer .container {
    justify-content: flex-start;
}
