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

button {
    margin-left: 45%; 
    margin-right: 45%; 
    width: 10%; 
    text-align: center;
}

p {
    max-width: 80ch;
}

img {
    max-height: 350px !important;
}

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;
    }
    button {
        
    }
}

@media (prefers-color-scheme: light) {
    body {
        background-color: white;
        color:#454545;
    }
    footer {
        color: #454545
    }
    a:hover {
        color: grey;
    }
    a {
        color: #454545;
    }
    button {
        
    }
}

h1,h2,h3 {
    line-height:1.2;
    font-family: 'falkin';
               
}

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

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

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

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