
  
  body {
    background-color: black !important;
    font-family: PT Sans;
    color: white !important;
    width: 100% !important;
    height: 100%;
    margin: 0px;
    padding: 50px;
    overflow-x: hidden !important;
  }

  body,
  html {
    background-color: #000;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .gg {
      display: grid;
      justify-content: space-evenly;
    }
  }

  /* The Modal (background) */
      .mdl {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2000; /* Sit on top */
        padding:   0; /* Location of the box */
        left: 0;
        top: 0;
        margin-top: 20px;
        width: 100%; /* Full width */
        height: 100vh; /* Full height */
        overflow:scroll; /* Enable scroll if needed */
        background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
      }

      /* Modal Content */
      .mdl-content {
        
        margin: auto;
        padding: 10px;
        border: 1px solid #888;
        width: 100%;
        border: 1.5px solid rgba(230, 163, 143, 0.6); 
        border-radius: 20px; 
        background: linear-gradient(180deg, rgba(30, 15, 18, 0.8) 0%, rgba(30, 9, 12, 0.8) 100%);
      }

      
      @media (max-width:900px) {
        .mdl-content{
          width: 100%;
        }
        .mdl{
          padding: 5px;
        }
        iframe{
          width: 100%;
        }
      }
      @media (max-width:470px) {
        .etabs{
          font-size: 12px!important;
        }
      }
  