html,
body {
  height: 100%;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: black;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: dimgrey;
}

.container-fluid {
  background-color: #ef7f1a;
}

.display-card {
  background-color: white;
  text-align: center;
  border-radius: 15px;
}

.eggshell {
  background-color: ghostwhite;
}

#display-logo {
  height: 5rem;
}

.max-width-desktop {
  width: 400px;
  min-width: 80%;
}

.download-badge {
  height: 2.6rem;
}

@media only screen and (max-width: 360px) {
  .download-badge {
    height: 2.2rem;
  }
}

@media only screen and (min-width: 480px) {
  .max-width-desktop {
    width: 400px;
    min-width: 400px;
  }
}
