body {
  font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

#header header {
  max-height: 64px;
}

.page-card {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

#login {
  margin: 25px 175px 25px 175px;
}

#loading > div > div {
  margin: 15px;
}

#book > div {
  padding: 15px;
}

#user-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#user-button button {
  margin-left: 5px;
}

#logo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 64px;
}
#logo-button a {
  padding-right: 20px;
  color: #ffffff;
}
#logo-button a:hover {
  color: #ffffff;
}

#header-logo img {
  width: 100%;
  height: auto;
}

#login-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 90%;
  height: auto;
}

#login-button {
  padding-bottom: 25px;
  margin-top: 25px;
}