* {
    padding: 0px;
    margin: 0px;
  }
  
  body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background: linear-gradient(to top right, rgb(0, 0, 0), rgb(48, 48, 48));
  }

  i {
    color: #c5e56e; 
  }
  
  .spcaro {
    justify-content: space-around;
  }
  
  .flx {
    display: flex;
  }
  
  .flxcol {
    flex-direction: column;
  }
  
  .juscon {
    justify-content: center;
  }
  
  .alicen {
    align-items: center;
  }
  
  .flxrow {
    flex-direction: row;
  }
  
  ul,
  li {
    list-style-type: none;
  }
  
  p {
    font-size: 16px;
  }
  
  .mt-10 {
    margin-top: 95px;
  }
  
  .mt-top45 {
    margin-top: 65px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .ml-10 {
    margin-left: 10px;
  }
  
  .mt-20 {
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .mb-20 {
    margin-bottom: 45px;
  }
  
  .page-links a {
    color: #c5e56e;
    font-size: 16px;
  }
  
  .mt-6 {
    margin-top: 22px;
  }
  
  .mt-4 {
    margin-top: 8px;
  }
  
  .divider-box {
    padding: 15px;
    border: 1px solid rgb(155, 155, 155);
    background-color: rgb(10, 10, 10);
    color: white;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.4) 2px 2px 3px;
    position: relative;
  }
  
  .divider-box p {
    margin-top: 3px;
    font-size: 18px;
  }
  
  .DNT-reasons {
    padding-left: 15px;
  }
  
  .text-spacer {
    margin-top: 15px;
  }
  
  a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: opacity 0.5s;
  }
  
  .lg-nav-lnx li {
     font-size: 16px;
  }
  
  a:hover {
    opacity: 0.6;
  }
  
  .codes-title {
    display: inline-block;
    background-color: #00643a;
    color: #fff;
    padding: 7px 5px 7px 5px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    font-size: 16px;
    transition: font-size 0.5s ease;
    box-shadow: inset 1px 3px 0px rgba(255, 255, 255, 0.2);
  }
  
  .codes-title2 {
    display: inline-block;
    background-color: #c5e56e;
    color: black;
    padding: 3px 8px 3px 8px;
    border-radius: 5px;
    position: absolute;
    top: -12px;
    font-size: 17px;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  
  #tButt {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    padding: 8px;
    border: none;
    border-radius: 5px 0px 0px 0px;
    background: black;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
  }
  
  #tButt:hover {
    transition: opacity 0.6s ease;
    opacity: 0.9;
  }

  .max-1280 {
    max-width: 1280px; 
    width: 100%;
  }
  
  .logo {
    display: flex; 
    justify-content: flex-start; 
  }
  

  .space-around {
    justify-content: space-around; 
  }

  .large-nav {
    
    width: 100%;
    justify-content: space-evenly;
    background: linear-gradient(
      to bottom,
      rgba(0, 100, 58, 1) 0%,
      rgba(0, 100, 58, 0) 90%
    );
    color: #fff;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .large-nav h5 {
    color: #c5e56e;
  }

  .mxaut {
    margin-left: auto; 
    margin-right: auto; 
  }
  
  .active a {
    color: #c5e56e;
  }
  
  .mainbox {
    min-width: 200px;
    max-width: 800px;
  }
  
  .main-dex {
    padding: 35px 25px;
  }
  
  .divBox-grid {
    display: grid;
    grid-template-columns: 2fr 8fr 2fr;
  }
  
  .page-head {
    padding: 5px;
    color: #fff;
    margin-bottom: 5px;
    align-items:center;
    margin-left: 10px; 
    margin-right: 10px;
  }

  .page-head {
    padding-top: .7rem; 
    padding-bottom: .5rem;
  }
  
  footer {
    background: rgb(0, 0, 0,);
    display: flex;
    justify-content: center;
    align-items:center; 
    padding: 5px;
    color: white;
    padding-top: 10px; 
    padding-bottom: 10px; 
    margin-top: 2rem; 
  }
  
  .fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .fullscreen img {
    max-width: 650px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  #bup,
  #buptwo {
    cursor: pointer;
  }
  
  .progbox {
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  }
  
  .progim {
    width: 100%;
  }
  
  .laexplain {
    color: #c5e56e;
  }
  
  .poaPic {
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  .expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    max-width: 90%;
    max-height: 90%;
  }

  .logo_Zone {
    display:flex; 
    justify-content: space-around; 
  }
  
  @media screen and (max-width: 424px) {
    .codes-title {
      position: relative;
      top: 0;
    }
  }
  
  @media screen and (max-width: 615px) {
    .large-nav {
      flex-direction: column;
      justify-content: center;
      transition: justify-content 0.5s ease;
      padding-top: 10px; 
      padding-bottom: 20px; 
    }
  
    
    .logo h5 {
      margin-bottom: 20px;
    }
   
    .mt-20 {
      margin-top: 30px;
      margin-left: 5px;
      margin-right: 5px;
    }
  
    .mb-20 {
      margin-bottom: 30px;
    }
  }
  
  @media screen and (min-width: 600px) {
    .codes-title {
      font-size: 18px;
      transition: font-size 0.75s ease;
    }
  }
  
  @media screen and (max-width: 725px) {
    .logo_Zone {
      flex-direction: column; 
      justify-content: center;
     
    }

    .logo2 {
      margin-top: 10px; 
      justify-content: center;
      align-items: center;
    }

    .logo {
      margin-left: 1rem; 
    }
  }
  
  @media screen and (min-width: 1350px) {
    #tButt {
      position: fixed;
      bottom: 0px;
      right: 180px;
      border-radius: 5px 5px 0px 0px;
    }
  }
  
  @media screen and (min-width: 1750px) {
    #tButt {
      position: fixed;
      bottom: 0px;
      right: 425px;
      border-radius: 5px 5px 0px 0px;
    }
  }


  