*{
    padding: 0;
    margin: 0;
  }
  html, body {
    overflow-x: hidden;
  }
  nav{ font-family: 'Lora', serif}
  .nav-link{color: #fff;}
  .offcan{width: 65%;}
  .me2{border-bottom: 0.5px solid #C0C0C0;
padding: 13px;}
  .me2:hover{color:blue;
    background-color: 	#F0F0F0;}
 
  
.bo{background-color: #F0F0F0;
overflow-x: hidden;
font-family: 'Ubuntu', sans-serif;}
.ab{transition: all 0.6s;}

.ab:hover{
z-index: 1;
transform: scale(1.05);
transition: all 0.6s;
}
.content{
margin-top: 55px;


}
.ro{
display: flex;
justify-content: center;

}
.roh{transition: all 0.5s;
box-shadow: 0px 5px 15px ;}

.roh:hover{transform: scale(1.01);
transition: all .5s;
box-shadow: 0px 5px 15px ;}

.menu{margin-left: 65%;
    font-weight: 400;
    font-size: 16px;
    }
    .me{transition:all 0.5s;}
    .me:hover{
    transform: scale(1.10);
    transition: all 0.5s;
    }
    .price{
      color: red;
      font-size: 16px;
      font-weight: 550;
    }
    .enq{
      font-size: 13px;
      color: #F0F0F0;
    }
    .course-title{font-size: 27px;}