@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body {
  background-color: #D7E8BA;
  padding-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

.app {
  border-radius: 10px;
  text-align: center;
  background-color: #4DA1A9;
  margin: 8rem auto;
  width: 60%;
  max-width: 340px;
  padding: 1rem 2rem;
  padding-bottom: 2rem;
  color: #2E5077;
}

.app input {
  width: 100%;
  padding: .5rem;
  border-radius: 10px;
  border: none;
  margin: 1rem auto;
}

.app label {
  font-size: large;
}

.app .check-button {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background-color: #2E5077;
  color: #eff1ec;
}

.app .output-area {
  background: white;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 10px;
  border: none;
}

footer {
  margin: auto;
  margin-bottom: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}

footer img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 10vw;
  margin: 1rem;
  max-width: 40px;
}
/*# sourceMappingURL=index.css.map */