body {
    background-color: #0d001a;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 140px 140px;
  }
  
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
  }
  
  .upload-form {
    background-color: rgba(13, 0, 26, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  
  .upload-form h1 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
  }
  
  .input-file {
    display: none;
  }
  
  .upload-file {
    text-align: center;
    background-color: #0d001a;
    color: white;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
  }
  
  .upload-file:hover {
    background-color: #20003b;
    font-family: 'Poppins', sans-serif;
  }
  
  .upload-file span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
  }
  
  button {
    margin-top: 1rem;
    background-color: #0d001a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
  }
  
  button:hover {
    background-color: #20003b;
  }
  
  footer {
    text-align: center;
    margin-top: 20px;
    color: #999;
    font-size: 12px;
    margin-top: -34px;
}

.footer-region {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
}

  .image-preview {
    display: none;
    margin-top: 1rem;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .swal2-actions button {
    margin-right: 0.5rem;
    font-family: 'Poppins', sans-serif;
  }
  
  audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
  }  