body {
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .headerMain {
            margin-bottom: 75px;
            background-color: #222;
            background-repeat: no-repeat center center;
            background-position: center;
            background-size: cover;
            background-image: url('http://via.placeholder.com/350x150');
        }
        
        .headingtext {
            color: white;
            padding: 150px 0;
        }