@font-face {
	font-family: 'Computer Modern Serif';
	src: url('../fonts/cmunrm.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('../fonts/cmunbx.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('../fonts/cmunti.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('../fonts/cmunbi.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}


body {
  margin: 0;
  font: 1.2rem/1.4 'Computer Modern Serif', Georgia, Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif;
  color: #5d5340;
  background-color: #edede8;
}
a, 
a:visited {
    color: #5d5340;
    text-underline-offset: 0.1em;
}
a:where(:hover, :focus) {
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 0;
    min-height: calc(100vh - 4em);
}
footer {
    text-align: center;
    font-size: 1rem;
}
footer p:first-child {
    margin-bottom: 0.5em;
}
footer p:first-child + p {
    margin-top: 0;
}

.quote {
    margin: 0;
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
}
.quote figcaption,
.quote blockquote {
    margin: 1em;
}
.quote figcaption {
    font-size: 1rem;
}