html,
body {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    vertical-align: bottom;
}