 
 

body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.527)),  url("img/webpage1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 100vh;
 
    /* position: relative;  */
   
}
 
 

    .text-center:hover{
        box-shadow: 1px 1px 6px 1px rgba(255, 255, 255, 0.726);
        border-radius: 20px;
        transition: 0.2s;
        cursor: pointer;
    }

p{
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
  
}
h3{ 
    font-family: 'Noto Sans JP', sans-serif;
}






.container{
    /* border: 2px solid black; */
    margin-top: 20px;
}

.facilities{
    margin:50px auto ;
    margin-top: 0pxpx;
    text-align: center;
}

.h1f{
    /* font-family: sans-serif; */ font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    color: white;

}

.h1f::after{
    content:'';
    background-color: white;
    display: block;
    width: 200px;
    height: 3px;
    margin:10px auto;
}
.col-md-4{
    color: white;
}

 
 
.icon{
    margin:20px auto;
    padding: 18px 11px;
    height: 80px;
    width: 80px;
    border: 1px solid white;
    border-radius: 50%;
}

/* Responsive section */

@media screen and (max-width:989px){

    
       body{ background-color: black;
        
        height: 100%;
        width: 100%;
        background-repeat:repeat;
       
        }
     
        .text-center:hover{
            box-shadow:none;  
            border-radius:none;  
             
            cursor:none;
        }}