  body {
            margin: 0;
            color: white;
            font-family: 'Times New Roman', Times, serif;
            font-size: 18px;
            line-height: 1.4;
            text-shadow: 2px 2px #000000b3;
            padding:20px;
            background: black;
        }

        a {
            color: darkred;
            text-decoration: none;
        }

        a:hover {
            color: blueviolet;
            text-decoration: underline;
        }


        ::selection {
            text-shadow: none;
            padding: 3px;
            background: white;
            color: black;
        }

        h1,
        h2,
        h3,
        h4 {
            font-weight: 100;
            margin: 0;
        }
