.body1{
    background-color: black;
}

.imgl{
    max-width: 100% !important;
}

.P1{
    font-size: 4rem;
}

.P2{
    font-size: 3rem;
}


.pp{
    color: rgb(156, 240, 255) !important;
}

.ppp{
    color: rgb(0, 255, 106) !important;
}

.up{
    color: rgb(0, 255, 170);
}

.alink{
    text-decoration: none;
   
}


.B2{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    border-radius: 1rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}



/* Hide .desktop-only on webview (desktop) */
@media (min-width: 768px) {
    .desktop-only {
      display: none;
    }
  }
  
  /* Hide .mobile-only on mobile */
  @media (max-width: 767px) {
    .mobile-only {
      display: none;
    }
  }
  