/* Old-web look, dark. Plain CSS, no framework — restyle freely. */

body {
  margin: 0;
  padding: 16px 8px;
  background: #000000;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.5;
}

::selection {
  background: #ff0000;
  color: #ffffff;
}

#page {
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 20px;
  border: 4px ridge #8000ff;
  background: #000000;
}

h1 {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 34px;
  color: #ff0000;
}

h2 {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  color: #b266ff;
  border-bottom: 1px dotted #ff0000;
}

a:link {
  color: #ff3333;
}

a:visited {
  color: #b266ff;
}

a:hover,
a:active {
  background: #ff0000;
  color: #ffffff;
}

small,
.nav,
.footer,
figcaption {
  font-family: "Courier New", Courier, monospace;
}

.nav,
.footer {
  text-align: center;
}

.footer {
  font-size: 14px;
  color: #808080;
}

hr {
  border: 0;
  border-top: 2px groove #4b0082;
  margin: 24px 0;
}

blockquote.note {
  margin: 16px 24px;
  padding: 8px 16px;
  border-left: 4px solid #ff0000;
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
  color: #ff3333;
}

figure {
  margin: 16px 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ffffff;
}

figcaption {
  font-size: 13px;
  color: #808080;
}

#contact {
  padding: 4px 16px 8px;
  border: 2px dashed #ff0000;
  text-align: center;
}
