.tile {
  background-image: url("./header-tile.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 644px;
  height: 633px;
  @media screen and (max-width: 600px) {
    width: 323px;
    height: 340px;
  }
}

.header-image {
  bottom: 30px;
  position: absolute;
}
