body, html {
    height: 100%;
    margin: 0;
    background-color: beige;
}

.bg {
    background-image: url("../img/cwa-bg-1920x1080px.jpg");
    height: 100%;
    position: relative;
    /* opacity: 0.95; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}