            body, html {
                width: 100%;
                height: 100%;
                padding: 0;
                margin: 0;
                background: inherit;
                font-family: Helvetica, Arial, sans-serif;
            }




.loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {            
            margin: 60px auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 1.1em solid rgba(255, 255, 255, 0.2);
            border-right: 1.1em solid rgba(255, 255, 255, 0.2);
            border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
            border-left: 1.1em solid #0066CC;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
        }
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:absolute;;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: #000;
        }


/** Responsive images Properties Sart **/
.responsive {
  width: 40%;
  height: auto;
  border-radius: 8px;
box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}
/** Responsive images Properties End **/


/** Button Properties Starts **/
.button {
  background-color: #3D79F2;
  border: none;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover {background-color: #6699FF}
.button:active {
  background-color: #3D79F2;
 
  transform: translateY(4px);
}
.button2 {background-color: #3D79F2;} /* Blue */
.button3 {background-color: #3D79F2;} /* Red */ 
.button4 {background-color: #3D79F2;} /* Gray */ 
.button5 {background-color: #3D79F2;} /* Black */
.button6 {background-color: #3D79F2;} /* Black */
.button7 {background-color: #3D79F2;} /* Blue */
.button8 {background-color: #3D79F2;} /* Red */ 
.button9 {background-color: #3D79F2;} /* Gray */ 
.button10 {background-color: #3D79F2;} /* Black */
.button11 {background-color: #3D79F2;} /* Black */
/** Button Properties End **/



h1 {
  color: white;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

