@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
    margin: 0;
    height: 100vh;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#cover
{
    height: 30vh;
}
#cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h1 {
    font-size: 3em;
    margin-top: -60px;
    color: white;
    margin-left: 8px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

main {
    min-height: 90vh;
}

#content {
    margin: 0 5px;
    display: flex;
    flex-flow: row nowrap;
}

#content > * {
    margin: 5px;
}

#content img {
    width: 30vw;
}