@import url('https://fonts.googleapis.com/css2?family=Nova+Flat&display=swap');
.container {
  background: #394555;
  margin: 40px auto 500px;
  padding: 2rem;
  border-radius: 16px;
  max-width: 720px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
}

h1 {
  margin-top: .5rem;
  font-size: 2rem;
}

.checkbox-option {
  margin: 1rem 0;
  font-size: .95rem;
}

.checkbox-option small {
  display: block;
  margin-top: .2rem;
  color: #fc0;
  font-size: .85rem;
}

#reader {
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
}

.preview-img {
  display: none;
  max-width: 100%;
  margin: 1rem auto;
  border: 2px solid #0af;
  border-radius: 8px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.button-group button, .button-group .file-label {
  width: 216px;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  background-color: #0af;
  color: white;
  cursor: pointer;
}

.button-group button:hover, .button-group .file-label:hover {
  background-color: #08c;
}

.disclaimer {
  font-size: .85rem;
  color: #bbb;
  margin-top: 1.5rem;
}

.link-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.link-buttons a {
  color: #a0cfff;
  text-decoration: underline;
  font-size: .95rem;
}

#scan-count {
  margin: .5rem 0 1rem;
  font-size: .95rem;
  color: #fc0;
}

@media (max-width: 520px) {
  .link-buttons {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}

h1 {
  font-size: 22px;
  margin-top: 0;
}

.home {
  font-size: 22px;
  margin: 20px 0 0;
  padding: 0 0 15px 20px;
}



.spacer-10 {
  height: 10px;
}


