body {
    background-color: #343541;
  }

  h1 {
    color: #f2f2f2;
    text-align: center;
    font-family: "Stratum2", sans-serif;
  }
  
  p {
    color: #f2f2f2;
    line-height: 0.5;
    font-family: "Stratum2", sans-serif;
  }
  
  #myElement {
    color: #181818;
    cursor: pointer;
    font-weight: normal;
    font-family: "Stratum2", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
  }

  .tab {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    font-family: "Stratum2", sans-serif;
    width: 30%;  /* Adjust to the desired width */
    margin: 0 auto;  /* Auto margin for left and right will center the tab */
  }
  
  .tab .tablinks {
    background-color: #f1f1f1;
    color: black;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.0s;
    font-size: 17px;
    font-family: "Stratum2", sans-serif;
    line-height: 1.5;
  }
  
  .tab .tablinks:hover {
    background-color: #ddd;
  }
  
  .tab .tablinks.active {
    background-color: #ccc;
  }
  
  .tab .tabcontent {
    padding: 0 12px;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out;  /* Set to 1s (1 second) for slower transition */
    background-color: #f1f1f1;
    color: black;
  }

  .tab .tabcontent p {
    line-height: 1.2; /* Set your desired line height */
    background-color: #f1f1f1;
    color: black;
  }

  .tab .tabcontent a {   
    color: #2280c8; /* Color the hyperlink */
  }

  .faq-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Stratum2", sans-serif;
    color:#f1f1f1
  }


@font-face {
    font-family: "Stratum2";
    src: url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBold.eot");
    src: url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBold.eot?#iefix") format("embedded-opentype"),url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBold.woff") format("woff"),url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Stratum2";
    src: url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBlack.eot");
    src: url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBlack.eot?#iefix") format("embedded-opentype"),url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBlack.woff") format("woff"),url("https://cdn.cloudflare.steamstatic.com/apps/csgo/fonts/Stratum2WebBlack.woff2") format("woff2");
    font-weight: 900;
    font-style: normal
}

