
.section112{
    background-image: url('../img/WhatsApp\ Image\ 2024-02-15\ at\ 18.41.30_d656d93c.jpg');
    height:60vh;
    width: 100%;
    background-position: center ;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    display: flex;
    animation:  15s linear infinite;

 
 }



 .para11{
    margin-right: auto;
    margin-top: auto;
    margin-bottom: -.6rem;
    background-color: white;
    padding: 2rem;
    width: 450px;
    font-family: 'Great Vibes', cursive;
font-family: 'Lavishly Yours', cursive;
font-family: 'Noto Serif', serif;
     text-align: center;
     letter-spacing:px;
    font-style: italic;    

}
.para11 a{
    color: black;
    
    font-weight: 100;
    font-size:1.5rem;
    color: black;
    text-decoration: none;
  
    padding: .5rem;

}

.m1{
    margin-top: 5rem ;
    margin-bottom: 5rem ;
}

  @media only screen and (max-width: 800px){
    .m1{
        margin-top: 1rem ;
        margin-bottom: 2rem ;
    }
    .section112{
        height: 40vh;
        background-position: center;
      }
  }