
        body {
            background-color: black;
            color: white;
            line-height: 2em;
            text-align: justify;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }

        a {
            color: white;
        }

        p {
            text-indent: 2rem;
        }

        #footer {
            position: relative;
            text-align: center;
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        #text-cont {
            width: 50%;
            margin: auto
        }

        @media only screen and (max-width: 1400px) {
            #text-cont {
                width: 50%;
                margin: auto
            }
        }

        @media only screen and (max-width: 1200px) {
            #text-cont {
                width: 75%;
                margin: auto
            }
        }

        @media only screen and (max-width: 768px) {
            #text-cont {
                width: 100%;
                margin: auto
            }
        }