.custom-about {
  background-color: #111;
  padding: 2rem;
  border: 2px dashed var(--accent);
  color: #eee;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.custom-about h1 {
  color: #eb1e1e;
  font-size: 2.5rem;
}

.custom-about p {
  line-height: 1.6;
}