body {
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    padding: 5%;
}
img{
    max-width:15%;
    max-height: 15%;
    border: solid 2px #00aa33;
    border-radius: 45%;
}

h1{
    color: #00aa33;
    
}

#live_well{
    color: #00aa33; 
    font-size: 20px;
}

.login_form{
    color: #00aa33;
    /*padding: 20px;*/             /* Space inside the border */
    width: fit-content;        /* Shrinks to fit the content */
    /* margin: 30px auto; */         /* Centers it horizontally */
    /*background-color: #000;*/    /* Optional: dark terminal background */
           /* Optional: green text */
    font-family: Arial, sans-serif;
}

.login_form table {
    border-collapse: collapse; /* Ensures borders don’t double up */
    width: 100%;               /* Optional: makes table full-width */
}

.login_form table, 
.login_form td, 
.login_form th {
    border: 1px solid #00cc00; /* Green borders around all cells */
    padding: 4px;              /* Adds spacing inside each cell */
    color: #00aa33;            /* Optional: green text inside table */
}
