.my_text 
{
  font-family:    Arial, Helvetica, sans-serif;
  font-size:      20px;
  font-weight:    bold;
}

.my_text_song_request
{
  font-family:    Arial, Helvetica, sans-serif;
  font-size:      40px;
  font-weight:    bold;
}

  .button-69 {
    background-color: initial;
    background-image: linear-gradient(#8614f8 0, #760be0 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    width: 190px;
  }

  .button-69:hover {
    opacity: .7;
  }

  @media screen and (max-width: 1000px) {
    .button-69 {
      font-size: 14px;
      height: 55px;
      line-height: 55px;
      width: 150px;
    }
  }

  td {
      color:#7fb5da;
      font-family: Inter, sans-serif;
      padding: 8px;
  }

  .tb {
      color: #0000ff;
      font-size: 100%;
      font-family: Inter, sans-serif;
      width: 230px;
  }
