body {
    max-width: 1000px;
    margin: 0 auto;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav {
    text-align: center;
}

#logo {
    width: 200px;
    display: block;
    margin: 10px auto;
}

#matomo-opt-out {
    margin: 30px auto;
    width: 50%;
    font-size: 0.6em;
    font-weight: initial;
}