    body {
      background-image: url('Foto.jpg');
      background-repeat: no-repeat;
      background-position: top;
      background-size: 1200px;
      background-color: black;
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
    }
    a {
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      color: white;
    }
    .tsp {
      border-spacing: 5px;
    }
    @media screen and (min-width: 801px) {
      .audioWidth {
        width: 500px;
      }
      .subText {
        font-size: 20px;
      }
    }
    @media screen and (min-width: 601px) and (max-width: 800px) {
      .audioWidth {
        width: 440px;
      }
      .subText {
        font-size: 14px;
      }
    }
    @media screen and (max-width: 600px) {
      .audioWidth {
        width: 350px;
      }
      .subText {
        font-size: 12px;
      }
    @media screen and (max-width: 450px) {
      .audioWidth {
        width: 270px;
      }
      .subText {
        font-size: 10px;
      }
    }