.tipsList {
    padding: 20px;
  }
    
  .tipsList li {
    color: white;
    margin: 15px;
  }

  .tipsHead{
    color: white;
  }

  #tipsDiv{
    min-height: 600px;
    margin-top: 60px;
  }

  #bestRampagesText:hover{
    text-decoration: underline!important;
  }

  .tipsList li a:hover{
    text-decoration: underline!important;
  }

  #joinDiscord{
    text-decoration: underline;
  }

  .presetLink{
    text-decoration: none!important;
    color: #0d6efd
  }

  .presetLink:hover{
    text-decoration: underline!important;
  }