h1 {
  font-size: 3em;
  text-align: center;
  top: 10px;
  left: 10px;
}

body {
  background-image: url("assets/title.png");
}

#play {
  position: absolute;
  left: 45%;
  bottom: 05%;
}
#play img {
  width: 90%;
  height: auto;
}
