body {
  background: #f4ecd8; /* papel antigo */
  color: #2b2b2b;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
}

.container {
  max-width: 520px;
  margin: auto;
  padding: 80px 20px 40px;
  text-align: left;
}

/* TÍTULO */

h1 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #6b1f1f; /* bordô */
  font-weight: normal;
}

.subtitle {
  color: #8a7a5a;
  font-size: 14px;
  margin-bottom: 20px;
}

.description {
  font-size: 15px;
  color: #5a4e3a;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* LINKS */

.links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.links a {
  text-decoration: none;
  color: #2b2b2b;
  padding: 16px;
  border-radius: 12px;
  background: #fffaf0;
  border: 1px solid #e0d6c2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.2s;
  width: 100%;
}

.links a span {
  font-size: 12px;
  color: #7a6a4f;
  margin-top: 4px;
}

.links a:hover {
  background: #f0e6cf;
  transform: translateY(-2px);
}

/* FOOTER */

.footer {
  margin-top: 60px;
  font-size: 12px;
  color: #8a7a5a;
  text-align: center; /* corrigido */
}
