
h1 {
  display: flex;
  flex-direction: column;
  background-color: lightblue;
}
body {
  background-color: white;
}