html {
    background: black;
    color: white;
    font-family: "Courier New";
}
a {
    color: #0e96ea;
    text-decoration: none;
}
a:hover {
    color: #5ec5f2;
}
table {
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}

td, th {
    border: 1px solid white !important;
    padding: 8px
}
