.Alert {
  padding: 10px 0;
  background-color: var(--clr-primary);
}
.Alert.is-Hidden {
    display: none;
  }
.Alert .Text {
    color: #ffffff;
  }
.Alert h2,
  .Alert h3 {
    margin-top: 0;
  }
