﻿  p {
            text-transform: none;
        }

        .bg {
            /* The image used */
            background-image: url("asset/images/img_bg.jpg");
            /* Full height */
            height: 65%;
            /* Center and scale the image nicely */
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: white;
        }

        .Space label {
            margin-left: 7px;
        }