@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

html, body {
  background-color: #D3D3D3;
}

header {
  background-color: #172a3a;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
header h2 {
  color: white;
  font-weight: 900;
}

#reader {
  margin-bottom: 1em;
}
#reader button, #reader a {
  background-color: #172a3a;
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block !important;
  margin-bottom: 5px;
  line-height: 1;
}

img[alt="Info icon"] {
  display: none;
}

/*# sourceMappingURL=app.css.map */
