body{
  background: rgb(247, 247, 247) !important;
}

.about{
    
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5),
    0px -2px 2px rgba(129, 129, 129, 0.842);


}



.colp{
  text-align: justify;
    color: rgb(0, 0, 0);
}

.cont1{
    background-color: #f5f5f5;
  padding: 20px;
    margin-top: 10%;
}
.containerim {
  max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 450px;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  .zoom {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    
  }
  
  .zoom:hover {
    transform: scale(1.1);
  }

  .cont2{
    background-color: #f5f5f5;
  padding: 20px;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  
  