body {
  background-color: #4060b0;
  color: #000000;
}
#background-image {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;

  z-index: -1;
}
#background-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;

  min-width: 50%;
  min-height: 50%;

  margin: auto;
}
.header-text {
  color: #202020;
}
h1 {
  font-family: 'Phudu', cursive;
}
