#ImportExcel {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

label {
  position: relative;
  font-size: 1.1rem;
  color: #284b63;
  font-weight: bold;
  display: block;
}

#Confirm {
  width: 100%;
}

label.image-preview {
  position: relative;
  font-size: 1rem;
  color: #284b63;
  font-weight: bold;
  display: block;
}

label.image-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

label.image-preview b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

label.image-preview span {
  font-size: 4rem;
  margin: -2rem 0 -1rem;
}

label.image-preview {
  width: 100%;
  aspect-ratio: 5/3;
  border: 1px solid #284b63;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
