body { 
    display: block;
    font-family: 'garamond', serif;
    margin:auto;
    max-width:650px;
    line-height:1.6;
    padding:0 10px;
    font-size: 13px;
}

p {
    max-width: 80ch;
}

#xt {
    max-width: 100%;
    font-size: 180px;
    font-family: 'falkin', serif;
    text-align: center;
    margin: 0px;
    height: auto;
}

footer {
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
    
    footer {
        color: #454545;
    }

    a:hover {
        color: white;
    }

    a {
        color: grey;
    }
}

@media (prefers-color-scheme: light) {
    body {
        background-color: white;
        color:#454545;
    }

    footer {
        color: #454545
    }

    a:hover {
        color: grey;
    }

    a {
        color: #454545;
    }
}

h1,h2,h3 {
    line-height:1.2
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
    min-width: auto;
    height: auto;
}

.grid {
    display: block;
    margin: auto;
    text-align: center;
} 

a {
    padding: 2px;
    margin: 0;
    outline: none;
    text-decoration: none;
    font-style: italic !important;
}

@font-face {
    font-family: garamond;
    src: url("../fonts/EBGaramond-Regular.ttf");
}

@font-face {
    font-family: falkin;
    src: url("../fonts/falkinserif.ttf");
}
