html{
    background-color: white;
    /*
    other colours:
        - whitesmoke
        - antiquewhite
        - gainsboro
        color: #CB410B;
    */
}
@media only screen and (max-width: 550px){
    .tt{
        padding: 0 !important;
        width: 93% !important;
        font-size: 1rem;
        line-height: 1.45;
        margin: 3em auto !important;
    }
    ul{
        margin: 3em auto;
        width: 93%;
    }
    li{
        text-indent: 0 !important;
    }
    li:nth-child(odd){
        background-color: inherit;
    }
    li:nth-child(even){
        background-color: inherit;
    }
    li:before {
    content: none !important;
    }
}
@media (prefers-color-scheme: dark) {
    html, body{
        background-color: #16161d !important;
        color: #dcdcdc;
        /*
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        */
    }
    *, a, strong{
    /* color: rgb(176, 128, 100) !important; */
    color: #ffc2c2 !important;
    }
    .impo{
    background-color: #1884d3;
    display: inline-block;
    color: #dcdcdc;
    }
  }
  *{
    text-decoration: none;
  }
.tt, .t{
    max-width: 38em;
    margin: 3em auto;
    color: #002552;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
}
.bmk{
    max-width: 32em ;
    margin: 3em auto;
    color: #002552;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    text-decoration: none;
    font-family: 'system85 mono';
}

a{
    color: inherit;
    font-weight: inherit;
}
a:hover{
    text-decoration: underline;
}
blockquote::before{
    content: "“";
}
blockquote::after{
    content: "”";
}
li{
    list-style: none;
}
strong{
    font-family: inherit, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
