/* Classic 1990s Web Style */
body {
    background-color: #c0c0c0;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    margin: 20px;
    font-size: 14px;
}

h1 {
    color: #000080;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

h2 {
    color: #000080;
    font-size: 20px;
    margin-top: 5px;
}

h3 {
    color: #800000;
    font-size: 18px;
    margin-bottom: 5px;
}

p {
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
}

hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px auto;
}

blockquote {
    margin: 30px 80px;
}

i {
    color: #666666;
}

small {
    font-size: 11px;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    color: #800080;
}

.recovering {
    background-color: #000000;
    color: #000000;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vanilla:hover {
  filter: drop-shadow(0 0 2em #f7df1eaa);
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

