    body{
        background-color:black;
    }
    input[type="button"]
    {
    background-color:darkgray;
    color:white;
      border:0px;
    width:100%;
    height:100%;
    
    font-size: 2rem;
    
    }

    input[type="text"]
    {
    
    background-color:rgb(46, 46, 46);
    width:100%;
    border:0px;
    z-index: -2;
    }
    table{
        margin: auto;
        position: absolute;
        top:20%;
        left:20%;
        border-radius: 16px;
        width:40vw;
        height:40vh;
    background-color:rgb(46, 46, 46);
padding: 5px;}
        td{
         border: 0px;
         
        
         
        }
        tr{
            padding-right: 10px;
            margin-bottom: 0px;
        }
        
        
    
    input[type="text"]{
        width: 100%;
        height: 100%;
        font-size: 2rem;
        color:white;
    }
    