body {
  background-color: #f5f5f5;
}
body #header #logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}
body #header #logo-wrapper a {
  color: #304c59;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}
body #header #logo-wrapper a img {
  max-width: 200px;
  max-height: 62px;
}
body #header #signed-out-wrapper {
  text-align: right;
}
body #header #signed-out-wrapper {
  padding: 21px 0;
  text-align: right;
  float: right;
}
body #header #signed-out-wrapper, body #header #signed-in-wrapper {
  position: relative;
  width: 40%;
}
body #footer {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body #footer a {
  display: inline-block;
  border-right: 1.5px solid #304c59;
  color: #304c59;
  line-height: 1em;
  padding: 0 10px;
  text-decoration: none;
}
body #footer a:last-child {
  border-right: none;
}
body #footer a:hover {
  text-decoration: underline;
}

#pdf-viewer {
  height: calc(100vh - 139px);
}

.content-container {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 880px;
  margin: 2rem auto;
  padding: 2rem;
}

.error-msg {
  color: #e20613;
}
