.subtitles {
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%,0px);
  }



.subt {
    background: rgba(63, 63, 63, 0.589);
    display: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: white;
    line-height: 50px;
    border-radius: 20px;
    padding: 4px;
  }


  .ita_font{
    font-family: 'Roboto', sans-serif !important;
    font-style: italic !important;
  }

  .fw{
    font-weight: 600 !important;
  }
