/* :root {
    --color-bg: #fff;
    --color-text: #212121;
    --color-link: #212121;
    --font-family: warnock-pro, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    --width-content: 800px;
}

/*
a {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2rem;
}

nav a {
    color: var(--color-text);
}


a {
    font-weight: normal;
}

nav a {
    color: var(--color-text);
    text-decoration: none;
}


nav {
    font-family: GreekFallback, Calibri, "Gill Sans", "Gill Sans MT", Myriad Pro, Myriad, "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 2rem;
}

footer, header, main {
  padding: 1rem 1rem;
}

sup {
    all: revert;
}

*/

.logo-container {
    display: flex;
    justify-content: center;
}

.institution-logo {
    max-height: 6em;
    align-self: center;
}