body, html, .container-fluid {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url(/images/background2.jpg);

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row-height-35 {
    height: 35%;
}

.row-height-50 {
    height: 50%;
}

.white-bg {
    background-color: #ffffff;
}

.header {
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
}

.span-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}
.span-test-small {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    line-height: 0;
}