<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    /*width: 100%;*/
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 100% 100%;cover;*/
    background-color: darkslategray;
    /*background-image: url('theme/Downfall.wmv');*/
    /*background-color: black;*/
}
body {
    margin: 0px;
    /*padding-bottom: 100%;*/
    background: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));
    /*background-color: rgba(0,0,0,255);*/
    /*background-color: black;*/
    /*background-color: darkslategray;*/
    color: yellowgreen;

}

.table-style{
    display: inline-block;
    /*box-sizing: border-box;*/
    /*position: absolute;*/
    background-color: rgba(50, 50, 50, 0.5);
}
.gridStyle {
    border: 1px solid rgb(212,212,212);

    width: 400px; 
    height: 300px;
}</pre></body></html>