.container {
  /* background-color: black; */
  text-align: center;
  width: 90%;
  /* margin-top: 20px;
  padding: 10px; */
}
.btn {
  background-color: rgb(221, 221, 221);
  color: black;
  border-style: outset;
  border: 1px solid rgb(200, 200, 200);
}
#header {
  background-color: #e4ecff;
}
#camera {
  margin-top: 20px;
}

#preview {
  width: auto;
  text-align: center;
  display: flex;
  align-content: flex-start;
  justify-content: center !important;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  color: #000;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

h5 {
  color: #000;
}
img {
  margin-bottom: 0px;
}
#progressTracker {
  background-color: black;
  color: white;
  width: fit-content;
  padding: 30px;
  border-radius: 25px;
}
#progressTracker h3 {
  font-weight: bold;
}
#uploadComplete {
  background-color: #e4ecff;
  color: #fff !important;
  width: fit-content;
  padding: 30px;
  border-radius: 25px;
}
img#inputImagePreview {
  object-fit: contain;
}
#uploadComplete h5 {
  /* color: rgb(6, 248, 6); */
  color: #000;
  font-weight: bold;
}
body {
  background: #e4ecff;
}
