.tv {
  
    background-image: repeating-linear-gradient(0deg, #377505, #377505 1px, transparent 1px, transparent);
    background-size: 1.5px 1.5px;
    }


.bg-grad {
          background: rgb(2,39,2);
          background: linear-gradient(180deg, rgba(2,39,2,1) 0%, rgba(2,39,2,0) 100%);
        
        }

  .bg-green {
    background: rgb(2,39,2);
background: radial-gradient(circle, rgba(2,39,2,0.12368697478991597) 0%, rgba(55,117,5,1) 100%);
  
  }

  .bg-polka {
opacity: 1;
background-image: radial-gradient(#000000 0.75px, #F8FAFC 0.75px);
background-size: 15px 15px;
  }


  .text-justify-center {
    text-align: justify;
    text-align-last: center ;

  }



  /* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}