#select {
  padding: 1em 2em;
  border-radius: 2em !important;
  line-height: 1.3em !important;
  width: fit-content;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgba(0,180,140,0.8) 0%, rgba(0,160,220,0.9) 100%);
  transition: 0.2s;
  margin: auto;
}

#select:hover {
  opacity: 0.6;
  transition: 0.2s;
  cursor: pointer;
}

input[type="file"] {
  /* display: none; */
  visibility: hidden;
  margin: auto;
}

#preview {
  width: 500px;
  aspect-ratio: 210 / 297;
  background: #A0A0A0;
}
@media screen and (max-width:840px) {
  #preview {
    width: 100%;
  }
}

/* #submit_ok {
	-webkit-appearance: none !important;
  width: fit-content !important;
  max-width: 4em;
} */

.submitted {
  text-align: center;
  font-size: 2em !important;
}
