body {
    background-color: #3A8F99;
    font-family: 'Montserrat', sans-serif;
}

.left-column {
    text-align: center;
    background: #3A8F99 url("../images/background.png") no-repeat fixed left;
}

body, html, .left-column, .right-column, .onehundred, .logo {
    height: 100%;
}

.right-column {
    font-size: 48px;
    line-height: 58px;
    color: #FFF;
    text-align: center;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.btn-light {
    background-color: #FFF;
    color: #3A8F99;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 20px;
}

.btn-light:hover {
    color: #3A8F99;
}
