
@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');

        h1 {
            text-align: center;
	       font-size: 30px;
            font-family: "Rubik Beastly";
	       font-weight: normal;
	       letter-spacing: 2px;
	       margin-top: 10px;
    
}
        body {
            max-width: 800px;
            margin: auto;
            padding: 0.5px;
            background: #000;
            color: whitesmoke;
            font-size: 12pt;
            font-family: "Jura";
            line-height: 1.2;
        }

.pic {
            margin: auto;
            max-width: 100%;
    
}

        hr.dotted {
            border-top: 5px dotted;
}

        ol {
            list-style-type: upper-roman;
}

        a {
            padding: 0.5;
            color: orange;
        }

        a:hover {
            color: yellow;
        }

        hr {
            margin: 3px auto;
        }
