/* Style for header */
header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 176px;
}

header .headline {
  margin-top: 0;
  margin-bottom: 20px;
}
