body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 0.99em;
}
.content-container {
    margin: 0 auto;
    width: 98%;
    max-width: 98%;
}
@media (min-width: 1190px) {
    .content-container {
        max-width: 45%;
    }
}
