body {
  font-family: "IM FELL DW Pica";
  font-size: 25px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
#meuCanvas {
  justify-content: center;
  background-image: url("../IMG/capa.png");
  z-index: 0;
}

#start {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 40px;
  font-family: IM FELL DW Pica;
  border-radius: 40px;
  margin-top: 400px;
  color: #4a4a4a;
  background-color: #e3e3e3;
}
.folklore {
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 100px;
  color: #4a4a4a;
  margin-bottom: 480px;
  font-size: 70px;
}

#pop {
  margin-left: 140px;
}
#da {
  margin-left: 50px;
}