
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    color: #333;
    padding: 20px;
  
}

.container {
    max-width: 90%;
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

h1, h2 , a{
    color: #333; 
    text-align: center;
    margin: 20px 0;
}

#cropper {
   margin: 20px 0;
}

label {
    display: inline-block;
    margin: 10px 0 5px;
    color: #333; 
}

.upload-button, input[type="file"], select, button {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
    font-size: 1.3rem;
    text-align: center;
    border: 2px solid #495057;
    background-color: #fff;
    color: #495057;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s,transform .2s
}



#dropOverlay {
    display: none; 
}

#imageGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

#imageGallery img {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.edit{display: none;}

.a1 {
    text-decoration: none;
    color: #000;
  }
  .a1:hover {
    text-decoration: underline;
  }
  footer {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 35px;
  }
  
  .center {
    display: block;
    margin: auto;
  }
  
  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin: 0 0 16px;
  }
  




