@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');

:root {
    --ftsize: 20px;
}

body {
    font-family: "Literata", serif;
    font-size: var(--ftsize);
}

div.container{
    max-width: 1100px;
    margin: 0 auto;
}

div.centre {
    position: fixed;
    top:0px;
    background-color: white;
    width: 1100px;
    height:240px;
}

div.titles {
    text-align: center;
}

h1 {
    font-weight: 1000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h3 {
    font-weight: 750;
    margin-top: 0;
    padding-top: 0;
    font-style: italic;
}

span.subtitle {
    font-style: italic;
}

ul {
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
}

li {
    display:inline-block;
}

a {
    text-decoration:none;
    color: grey;
}

div.bottom-text {
    text-align: center;
    margin: 0 auto;
    margin-top: 240px;
}

p {
    text-align: left;
}