body {
  background-color: #fdf6e3;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  
}

h1 {
  font-size: 64px;
  color: #5c4033;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*.file-input {
  font-family: 'Dancing Script', cursive;
  font-size: 18px;
  color: #5c4033;
  background-color: #f0e5d8;
  border: 1px solid #d2b48c;
  border-radius: 8px;
  padding: 6px;
}*/

.upload-btn {
  background-color: #5c4033;
  color: white;
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  padding: 10px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  /*box-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/
  transition: background-color 0.3s ease;
}

.upload-success {
  color: green;
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  text-align: center;
  margin-top: 20px;
}

.upload-error {
  color: red;
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}



