@media only screen and (max-width: 480px) {
    .landing_poema {
        font-size: 32px;
      }
}

@media only screen and (max-width: 390px) {
  .landing_poema {
      font-size: 24px;
    }
}

@media only screen and (max-width: 350px) {
  #go_to_step_one, #go_to_step_two, #go_to_step_three {
    font-size: 10px;
  }

  .landing_firstfold button {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 310px) {
  #go_to_step_one, #go_to_step_two, #go_to_step_three {
    font-size: 8px;
  }
}