


.about2{
    max-width: fit-content;

    max-height: fit-content;

    float: left;

    padding: 20px;
    /* border: 3px solid cornsilk; */

    background-color: rgba(243, 222, 191, 0.856);

    box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911);  

    border-radius: 3%;

    /* background-color: rgb(224, 156, 156); */

    margin: 10px;

   /* color: ghostwhite; */

      

}





.twoo{
    width: 30%;
    height: 200px;

    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    /* border: 1px solid red; */
    border-radius: 25px;
  
    text-align: center;
  
    margin: 30px;

    margin-top: 60px;
    
    float: left;
  
    box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911); 

}
  




  
.onez{
    width: 30%;
    height: 200px;
  
    background-color: rgba(243, 222, 191, 0.856);
  
    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    /* border: 1px solid red; */
    border-radius: 25px;
  
  
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
  
  text-align: center;
    font-size: 25px;
  
    float: left;
    margin-top: 60px;
  
  box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911);  
  
  }
  
  








  @media screen and (max-width: 768px) {




    .about2{
        width: 90%;    
        max-height: fit-content;
    
        justify-content: center;
        align-items: center;

    margin: 30px;        
    }
    





.twoo{
    width: fit-content;
    height: 200px;

    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    /* border: 1px solid red; */
    border-radius: 25px;
  
    text-align: center;
  
    margin: 30px;
    
    float: left;
  
    box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911);  
  
  }



  .onez{
    width: 90%;
    height: 200px;
  
    background-color: rgba(243, 222, 191, 0.856);
  
    overflow: hidden;
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    /* border: 1px solid red; */
    border-radius: 25px;
  
  
    margin: auto;

    margin: 30px;
    
    text-align: center;
    font-size: 25px;
  
    margin: 30px;  

    box-shadow: 0px 0px 20px rgba(65, 63, 224, 0.911);  
  
  
  }
  
    }




.bbq{
    width: fit-content;
background-color: black;


}








.Pic {
    width: 75px; /* Fixed width */
    height: auto; /* Fixed height */
}

.plop{
    padding: 20px;
    border: 1px solid rgb(24, 23, 23);

}
/* 
.plop:hover{
    background-color: rgb(4, 2, 34);
} */




