/* === Automatically created from home.scss - do not modify! === */

section {
  background: var(--bg-col);
  transition: background 0.5s;
  padding: 1em;
}
section h2 {
  text-align: center;
  color: #a00f00;
  margin: 1em 0;
}
section a {
  color: #a00f00;
}
.scrolled section {
  background: #e4cb96;
}
