:root {
  --brand-color: #a61f67;
}
#confirmation {
  position: sticky;
  top: 0;
  background-color: #fdf0f6;
  padding: 1rem;
  border-left: 4px solid var(--brand-color);
  margin-bottom: 1rem;
  display: none;
}
