body {
    background: black;
    font-family:'Courier New', Courier, monospace;
    color: #b8fe34;
}
a {
    color: #b8fe34;
    /* background-color: black;
    font-weight: bold; */
    font-weight: bold;
}
a:hover {
    color: #b8fe34;
    background-color: #071E3F;
    font-weight: bold;
}
#links  {color:azure;
padding: 5px; /* Adds 20px padding on all sides */
border: 1px solid whitesmoke; /* Makes the border visible */
/* background-color: #A06917; Highlights the padding area */
}
  
