    body {
      margin: 0;
      padding: 0;
      background: url('background.png') no-repeat center center fixed;
      background-size: cover;
      font-family: 'Segoe UI', sans-serif;
      color: #fff;
      text-align: center;
    }

    .rve-hero {
      background-color: rgba(0, 0, 0, 0.6); /* fundal semi-transparent */
      padding: 0px 20px;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .logo-rve-play{
        width: 100px;
    }

    .player-container {
      background-color: rgba(255, 255, 255, 0.1); /* fundal mai transparent */
      padding: 30px 20px;
      border-radius: 12px;
      width: 100%;
      max-width: 400px;
    }

    .big-text {
      font-size: 20px;
      font-weight: bold;
      margin: 15px 0;
      display: block;
    }

    audio {
      width: 100%;
      margin-top: 20px;
    }

    .now-playing {
      font-size: 14px;
      color: #ccc;
    }

    img.playing-icon {
      height: 18px;
      vertical-align: middle;
      margin-right: 5px;
    }

    .links {
      margin-top: 30px;
    }

    .links a {
      color: #ddd;
      text-decoration: none;
      margin: 0 10px;
      font-size: 14px;
    }

    .links a:hover {
      text-decoration: underline;
    }
    
    .rve-program-title{
      font-size: 18px;
    }
    .rve-program-info{
        font-size: 14px !important;
        font-weight: 600;
    }
    
    
    @media(max-width:450px){
       .links a{
    margin: 0px 5px;
    font-size: 13px;
       }
    }
    
     @media(max-width:370px){
       .links a{
    margin: 0px 3px;
    font-size: 13px;
       }
    }