body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.089)),  url("img/webpage1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
 
    /* position: relative;  */
   
}

.heading{
    display: block;
    width: 400px;
    margin:auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.h11{
    text-align: center;
    color:  black;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    background-color: snow;
    border-radius: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    
    /* width: 400px; */
}

/* .h11::after{
    content: '';
    display: block;
    height: 2px;
    width: 400px;
    background-color:black;
    margin: 10px auto;
} */
.head2{
    color:black;
    text-align: center;
    background-color:rgba(255, 250, 250, 0.863);
    border-radius: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

img{
    height: 400px;
    width: 553px;
     border-radius: 20px;
     margin-bottom: 20px;
}
/* .row{
    border: 2px solid red;
} */

img:hover{
    border: 5px solid rgb(226, 222, 221);
    transition: .2s;
}
 








/* Responsive media */

@media screen and (max-width:1200px){

img{
    width: 100%;
    height: 100%;
    text-align: center;
}

}
@media screen and (max-width:991px){

    .container{
        width: 100%;
        height:100%
    }
 body{
    background-repeat: repeat;
    height: 100vh;
    width: 100%;
 }
 .head{
     text-align: center;
 }

}
 