            body{
                background-color: black;
            }
            h1{
                font-family: fantasy;
                text-align: center;
                color: white;
                font-size: 280%;
                -webkit-text-stroke: 1.5px crimson;
                
            }
            hr{
                color: white;
            }
            h2{
                text-align: center;
                color: white;
                font-size: 200%;
                -webkit-text-stroke: 0.8px crimson;
            }
            p{
                text-align: left;
            }
            a{
                color: white;
            }