
.body{
    background-image: url("./../images/img/cover-1_c.jpg");
    background-repeat: no-repeat;
    background-color: #cccccc;
/*    height: 730px;*/
    background-position: center;
    background-size: cover;
    position: relative;
}
/*section-three */
#section-three img{
    width: 250px;
     
}
#section-three{
    background-color: rgba(255,255,255,0.7);
    margin-top: 25px;
    padding-bottom:80px;
    padding-top: 80px;
    padding-left: 15px;
    color: black;
    font-weight: 700;
   
}
.english-part>p, .kannada-part>p,
.english-part>a, .kannada-part>a
{
    margin-top: 15px;
    color: black;
    margin-top: 15px;
    padding-top: 15px;
}
.english-part>a:hover, .kannada-part>a:hover{
   text-decoration: none;    
   color:dimgray;
}

