body {
  color: rgba(0, 0, 0, 0.69);
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  background-color: #fcfcf5;
}

#mainHeader {
  background-color: #fcfcf5;
  padding: 1em 0;
}

#mainTitle {
  text-align: center;
  font-size: 4em;
  font-family: Archivo, sans-serif;
}

#topBox {
  text-align: center;
}

.container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item {
  display: block;
  width: 10em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.69);
  font-family: Archivo, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 0.875em;
  line-height: 2;
  font-weight: 600;
}

/* Blog Section */
#blog {
  margin: 2em auto;
  width: 80%;
  max-width: 800px;
}

#blog h2 {
  font-family: "Archivo", sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 1.5em;
}

.post {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
}

.post-title {
  font-family: "Archivo", sans-serif;
  color: #222;
}

.post-date {
  font-family: "Archivo", sans-serif;
  color: #666;
  font-size: 0.85em;
}

.post-summary {
  font-family: "Archivo", sans-serif;
  color: #555;
}

.post-link {
  font-family: "Archivo", sans-serif;
  color: #1a0dab;
  text-decoration: none;
}

.post-link:hover {
  text-decoration: underline;
}
