html, body{
    
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right bottom, from(yellow), color-stop(50%,green), to(blue)) no-repeat;
    
}


.container1{
    
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 35px;
    margin-left: 25%;
    background-color: transparent;
    border-radius: 10px;
    
}
    
.main_heading{
    
    color: white;
    font-size: 1.8em;
    margin-left: 29%;
    padding-top: 1%;
    
    
}
.first-para{
    
    height: 100%;
    width: 100%;
    color: white;
    font-size: 1.5em;
    margin-left: 18%;
    padding-top: 1%;
    
    border: 3px solid white;
    border-radius: 10px;
    word-wrap: break-word;
    text-align: center;
    
    
}

/*site-word color: yellow*/
#site-word{color: gold;}

/*dot color*/
#doot-1{color: white;}
#doot-2{color: white;}
#doot-3{color: white;}


/*site_img*/
#site_img_maintenance{

display: relative;
height: 40%;
width: 30%;
margin-top: -15%;
margin-left: 35%;

mix-blend-mode: multiply;
}




footer{
    display: relative;
    color: white;
    margin-top: 105px;
    margin-left: 25%;
    font-size: 16px;
}

#foot-logo-link{
    color: white;
    text-decoration: none;
}
/*------------------------[2ND MEDIA QUERY]-----------------------------------*/

@media screen and (max-width: 1024px){

.container1{
    margin-top: 0;
    margin-left: 7% !Important;
    
}

.main_heading{
    
    margin-left: 27%;
    
}

.first-para{
    
    width: 50% !Important;
    margin-left: 24%;
    
}




}/*end of @media screen for max-width 1024px*/

/*------------------------[3RD MEDIA QUERY]-----------------------------------*/
@media screen and (max-width: 749px) {


.container1{
    
    margin-top: 35px;
    margin-left: -31% !Important;
    
}

.main_heading{
    
    
    font-size: 1.8em;
    margin-left: 27%;
    padding-top: 1%;
    
}

.first-para{
    
    height: 100%;
    width: 50% !Important;
    margin-left: 24%;
    
}

/*site_img*/
#site_img_maintenance{

display: relative;
height: 40%;
width: 90%;
margin-top: -45%;
margin-left: 5%;
mix-blend-mode: multiply !Important;
    
}

footer{margin-left: 9%;}

}/*end of @media screen for max-device-width 749px*/
/*///////////////////////[END OF STYLE]////////////////////////////////////*/  