#content {
    width: 200px;
    border: 1px dashed #dc0000;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    user-select: none;
  }

  #clickarea {
    width: 500px;
    height : 300px;
    border: 2px solid #00ff55;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    position: relative;
  }

  #logo {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    user-select: none;
  }

  #start {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                  rgba(0, 0, 0, .2),
                  rgba(0, 0, 0, .2) 30%,
                  rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
  }

  #start:hover {
    background-color: rgba(255, 0, 0, 1);
  }

  #start:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
  }

  body {
    font-family: 'Poppins', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #131b21;
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
  }
  
  .bgn {
      background-color: black;
      border: 1px solid #fff;
  }
  .hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: outset;
    border-width: 1px;
  }
  .htext {
  color: #ffffff;
  font-weight: inherit;
  line-height: 1.2;
  }
  .ltext {
      color: #ffff;
  }
  .wh {
      color: #ffffff;
      font-weight: 700;
      padding-top: 30px;
  }
  .Hbot {
      color: #AD91FF !important;
  }
  .Hbot:hover {
      font-size: 30px;
      text-shadow: #ffffff;
  }
  .textt {
      color: #a2a8bd;
  }
  .card {
      border: 1px solid #ffffff;
  }
  .card:hover {
    box-shadow: 0 12px 16px 0 black,0 17px 50px 0 rgba(0,0,0,0.19);
  
  }
  
  
  .cardds{
  margin-top: 30px !important;
  padding: 60px 50px !important;
  margin-right: auto;
  margin-left: auto;
  }
  .bgseconde {
      padding-bottom: 150px;
      background-color: #131b21;
  
  }
  .ttjoin {
      color: #ffffff;
      font-weight: 500;
      font-size: 36px;
      line-height: 51px;
  }
  span {
    font-weight: 700;
  }
  .footer-social-icons {
      width: 350px;
      display: block;
      margin: 0 auto;
      align-items: center;
  }
  .social-icon {
      color: #fff;
  }
  ul.social-icons {
      margin-top: 10px;
  }
  .social-icons li {
      vertical-align: top;
      display: inline;
      height: 100px;
  }
   
  .fa-facebook {
      padding:10px 14px;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition: .5s;
      background-color: #322f30;
  }
  .fa-facebook:hover {
      background-color: #3d5b99;
  }
  .fa-twitter {
      padding:10px 12px;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition: .5s;
      background-color: #322f30;
  }
  .fa-twitter:hover {
      background-color: #00aced;
  }
  .fa-instagram {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
  }
  .fa-instagram:hover {
    background-color: #00aced;
  }
  .fa-youtube {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
  }
  .fa-youtube:hover {
    background-color: #00aced;
  }
  .fa-github {
      padding:10px 14px;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition: .5s;
      background-color: #322f30;
  }
  .fa-github:hover {
      background-color: #5a32a3;
  }
  .fa-discord {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
  }
  .fa-discord:hover {
    background-color: #00aced;
  }
  
  .add_to_discord {
      display: flex;
      align-items: center;
      background-color: blueviolet;
      border-radius: 8px;
      border: 0;
      font-weight: 600;
      font-size: 17px !important;
      line-height: 21px !important;
      color: #fff;
      padding: 27px;
      height: 58px;
      outline: none;
  }
  .add_to_discord svg {
      padding-right: 20px;
      box-sizing: unset;
  }
  .add_to_discord:hover {
      background-color: rgb(152, 67, 233);
      text-decoration: none;
    }
    
  .commandstitle {
      color: #ffffff;
  }
  .commandssub {
      color: gray;
  }
  .searchbox {
      background-color: #2b2a38;
      padding: 15px 27px;
      font-size: 20px;
      color: #ccc;
      border: 3px solid #2b2a38;
      border-radius: 8px;
      width: 40%;
  }
  .border {
      width: 65%;
      height: 2px;
      background: #fff;
      margin-left: 17.5%;
  }
  .collapsible {
      background-color: #202225;
      color: white;
      cursor: pointer;
      padding: 18px;
      width: 50%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 23px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .collapsible span {
      font-size: 14px;
      color: grey;
  }
  .collapsible:after {
      content: '\002B';
      color: white;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .active:after {
      content: "\2212";
    }
    .content {
      padding: 0 18px;
      width: 50%;
      margin-left: 25%;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
      background-color: #2f3136;
      color: #6a707a;
      text-align: left;
      display: none;
    }
    .content h4 {
      margin-top: 12px;
      font-size: 20px;
      font-family: 'Cairo';
    }
  
  
    .licetitle {
      color: #ffff;
      margin: 5px;
      font-family: monospace;
    }
  
    .textlice {
      box-sizing: border-box;
      color:  #ffff;
      margin: 3px;
      letter-spacing: 1px;
    }
  
  .mastfoot.mb-auto{
      padding-bottom: 40px;
      padding: 20px;
      bottom: 100%;
      width: 100%;
      height: auto;
      background-color: #212529;
      color: white;
      text-align: center;
      display: flex;
  }
  
  ::-webkit-scrollbar {
      width: 12.2px;
  }
  
  ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 1000px #38383b; 
  }
  
  ::-webkit-scrollbar-thumb {
      background: #202225; 
      border-radius: 4px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: rgb(84, 81, 81); 
    }
  
  
  
  