html {
    height: 100%;
}

html,
body {
    background-color: #eceff4;
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    justify-content: space-between;
}

footer {
    color: #66699f;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    padding-bottom: 2em;
}
footer #review-img {
    box-sizing: border-box;
    padding: 0px 60px;
    width: 100%;
    height: auto;
    max-width: 500px;
}
footer #alphin-img {
    height: 1.5em;
    vertical-align: middle;
}
footer .poweredBy {
    display: block;
}
