body {
  font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  line-height: 1.6;
  background-image: url("http://www.codymeskey.com/assets/background.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-color: #1d1822;
  color: #d37c61;
}

h1, h2, h3 {
  margin-top: 1rem;
  font-weight: bold;
}

/*p {
  margin: 1rem 0;
}*/

blockquote {
  margin: 2em auto;
  padding: 1em 1.1em;
  max-width: 600px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.33); /* match your design vibe */
  border-left: 4px solid #d37c61;
  color: #d37c61;
}

blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  text-align: right;
  font-style: normal;
  color: #d37c61;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}

audio, iframe {
  margin: 1rem 0;
  width: 100%;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #f6b55f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#stopwatch {
  font-family: monospace;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.5em;
  display: block;
  color: #d37c61;
}

.block {
  background-color: rgba(0, 0, 0, 0.33);
  margin: 1em auto;
  max-width: 700px;
  padding: 2em 2em;
  display: flex;
  flex-direction: column;
 /* gap: .5em; */
 /* font-size: 1.25rem; 
  line-height: 1.6;
  color: #d37c61; */
  text-align: left;
 /* border-radius: 0.5em;  optional: soft edges */
}