body {
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    background-color:#202424;
        }
    
        p,a,td{
    
    color:white;
    
        }
    

        #bruh {
            display: none;
            position: fixed;
            top: 20%;
            left: 40%;
            transform: translate(-50%, -50%);
            z-index: 1000;
          }

        .root{


            text-decoration: none;
        }
    .p-2 {
        padding: .5rem;
    }
    
    .border {
          background-color: transparent; /* Transparent background */
        color:white;
        border-width: 2px;
    }
    
    .border-white {
        border-color: rgb(255 255 255 / 1); /* Fixed border-opacity */
    }
    
    
    .button{
    
        padding: .5rem;
    
        border-width: 1px;
    
        --un-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--un-border-opacity));
    }