header {
  margin-top: 30px;
  position: relative;
}

h1 {
  background-color: LightBlue;
  position: absolute;
  top: 20px;
  left: 30px;
}

