.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  
  body 
  {
      background-color: #2c2c2c;
  }
  button
  {
    
    background-color: rgb(255, 251, 0);
    border: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 6px;
    border-width: 4px;
    /*color: #7e7e7e;*/
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  button.disabled
  {
    
    background-color: rgba(0, 0, 0, 0.603);
    border: dashed;
    border-color: rgba(255, 251, 0, 0.596);
    color: rgba(255, 251, 0, 0.541);
    border-radius: 6px;
    border-width: 4px;
    /*color: #7e7e7e;*/
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  p
  {
      color: #777777;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-style: normal;
  }
  h1
  {
      color: #7e7e7e;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
  }
  h2
  {
      font-size: 70px;
      color: #8b8b8b;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-style: normal;
  }