body {
  background-color: rebeccapurple;
}
.flex-container {
  display: flex;
  flex-direction: column;
}

h1 {
  text-align: center;
  color: white;
}
