.content-container,
.blog-container {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f8f8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Serif Text', sans-serif;
  color: #191970;
  line-height: 1.4;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
a {
  color: #191970;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #171765;
}
@font-face {
  font-family: 'Muttia';
  src: url("../fonts/Muttia/Muttia.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Berk';
  src: url("../fonts/Berk/Berk-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lengthwise';
  src: url("../fonts/Lengthwise/lengthwise.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 3rem 0rem;
}
h1 {
  font-size: 1.4rem;
  font-weight: 600;
}
h1 p {
  line-height: 1.4;
  font-family: monospace;
  font-weight: 400;
  text-align: left;
  max-width: 52rem;
  margin: 0.6em auto 0em auto;
}
h1 a,
h1 em {
  text-decoration: none;
  color: #191970;
  font-style: italic;
}
h1 p#intro-text {
  font-size: 4rem;
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 700;
}
.about h1 {
  margin-bottom: 3rem;
}
.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  max-width: 175px;
}
@media (min-width: 769px) and (max-width: 1270px) {
  nav a {
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    min-width: 60px;
  }
}
.blog-container {
  margin-top: 2rem;
}
section.blog h2 {
  font-size: 2rem;
}
.meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.tags {
  display: inline-block;
  margin-left: 1rem;
}
.tag {
  background: #f0f0f0;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
.tag:hover {
  background: #e4e4e4;
}
.post-preview:last-child {
  border-bottom: none;
}
.post-preview h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.post-preview time {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
}
.excerpt color #666 {
  margin-top: 1rem;
}
.cv {
  font-family: monospace;
  max-width: 52rem;
  margin: auto;
  text-align: left;
  font-weight: normal;
  color: deepslategray;
  position: relative;
  padding-left: 12rem;
}
.cv label {
  text-align: right;
  color: #708090;
  position: absolute;
  left: 2rem;
  min-width: 8rem;
}
.cv p {
  font-weight: bold;
}
footer {
  background-color: #fff;
  text-align: center;
}
footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 0;
}
footer nav a {
  width: auto;
  min-width: 0;
  max-width: none;
  background: none;
  box-shadow: none;
  padding: 0.35rem 0.75rem;
  text-align: center;
}
footer nav a span {
  display: inline;
}
@media (min-width: 768px) {
  footer {
    padding: 4rem 2rem 3rem;
  }
  footer nav {
    gap: 0.5rem 1.5rem;
  }
}
