@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");

html,
body {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#root {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: #add8e6;
  }
}

h1,
h2 {
  color: #00a0c4;
  font-size: 2rem;
  font-family: Libre Caslon Display;
  margin: 2rem 0 1rem 0;
}

h2 {
  font-size: 1.5rem;
}

strong {
  font-weight: bold;
}

p {
  margin: 1rem 0;
}

a {
  text-decoration: none;
}

blockquote {
  font-style: italic;
  max-width: 50%;
  background: #e5f5f7;
  border-radius: 8px;
  float: right;
  padding: 0 20px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: -50px;
  margin-bottom: 30px;

  + * {
    content: "";
    display: block;
    clear: both;
  }
}

.subject {
  display: none;
}
