@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');


        head {
            text-align: center;
            padding: 20px;
}

        h1 {
            text-align: center;
            font-size: 30px;
            font-family: "Rubik Beastly";
            font-weight: normal;
            letter-spacing: 2px;
            margin-top: 10px;
            padding: 30px;
    
}

        body {
            max-width: 800px;
            margin: auto;
            padding: 1px;
            background: #000;
            color: whitesmoke;
            font-size: 12pt;
            font-family: jura;
            line-height: 1.2;
}

        div {
            display: inline-block; 
            align-content: center;
            text-align: justify;
            width: 200px;
            border: auto;
            padding: auto;
            margin: auto;
            vertical-align:top;
}

        hr.dotted {
            border-top: 1px dotted;
            border-bottom: none;
            border-left: none;
            border-right: none;
            padding: 1px;
}

        ol {
            list-style-type: upper-roman;
}

        ul {
            padding: 12px;
}

        a {
            padding: 0.5;
            color: orange;
        }

        a:hover {
            color: yellow;
        }

        hr {
            margin: 3px auto;
        }

.footnote {
    margin: auto;
    width: 250px;
    height: auto;
    
}
a:hover{
    font-style: bold;
}


::-webkit-scrollbar{
    width: auto; 
}
    
::-webkit-scrollbar-track{
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: darkgoldenrod;
}