.contenedorfrase{
    background: rgba(0,0,0,1);
    width: 100%;
    height: auto;
    margin: auto;
}
.new-rocker-regular {
    font-family: "New Rocker", system-ui;
    font-weight: 400;
    font-style: normal;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (orientation:portrait){
    .contenedorfrase{
        height: 50px;
    }
    .new-rocker-regular{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: bold;
    }
  }
   