/* #### Generated By: http://www.cufonfonts.com #### */


@font-face {
        font-family: 'Archivo Black' , sans-serif;
        font-style: normal;
        font-weight: 400;
        src: local('Archivo Black'), url('ArchivoBlack-Regular.ttf') format('ttf');

}

@font-face {
        font-family: 'Pathway Gothic One';
        font-style: normal;
        font-weight: normal;
        src: local('Pathway Gothic One'), url('PathwayGothicOne-Regular') format('ttf');

}

    body {
            background-color: black;
            color: whitesmoke;
            max-width: 45em;
            margin: 0 auto;
            padding: 10px;
            font-family: 'Pathway Gothic One';
        }
    img {
            width: 100%;
            margin: 10px 0px 10px 0px;
            border: 0.01px;
            border-style: solid;
            border-color: dimgray;
        }
    p {
            font-family: 'Pathway Gothic One';
            color: whitesmoke;
        }
    iframe {
            width: 100%;
            border: 0.01px;
            border-style: solid;
            border-color: dimgray;
        }
    h1, h2, button {
            font-family:'Archivo Black';
        }
    button {
            margin: 30px 0px 10px 0px;
            font-size: 30px;
            color: darkgray;
            border-radius: 10px 0px 10px 0px;
            padding-left: 0.3em;
            padding-right: 0.3em;
    }
    figcaption {
            font-size: 80%;
        }
    a {
            color: #404040;
        }
    a:link {
            text-decoration: none;
    }
    a:visited {
            text-decoration: none;
    }
    a:hover {
            text-decoration: none;
    }
    a:active {
            text-decoration: none;
    }



td {
   padding-right:1.5em;
   line-height: 1em;
}

.credits_left {
	text-align: right;
	color: #ccc;
}

.credits_right {
	text-align: left;
}

@media screen and (min-width: 600px) {

        .twoColumns {
                display: grid;
                grid-template-columns: 2fr 1fr;
                gap: 0.8em;
                font-size: 1.1em;
                margin-bottom: 2em;
                text-align: justify;
        }
}