html {
    min-height: 100%;
    height: auto;
    display: flex;
    font-size: 1.111vw;
}

body {
    background: #363E51;
    color: #fff;
    margin: 0;
    min-height: 100%;
    flex:  1 1 auto;
    background-image: url(/images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.terms {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}