/* asset/css/my_css.css */

html {
    background-color: black;
    color: aliceblue;
    font-family: monospace;
}

table {
    text-align: left;
}

th {
    font-size: 18px;
}