.divider {
  width: 80px;
  height: 4px;
  background-color: var(--color-accent);
  margin: var(--space-md) auto;
  border-radius: 2px;
}