body {
    font-family: 'Titillium Web', Verdana, Helvetica, sans-serif;
    margin: 0;
    color: #111;
    background: #fff;
}

a {
    color: rgb(0, 153, 220);
    text-decoration: none;
}

a:hover {
    color: #f09228;
}

.page-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 28px 20px 40px 20px;
}

.title {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.authors {
    margin-top: 14px;
    text-align: center;
    font-size: 22px;
}

.affiliations {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #444;
}

.quick-links {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
}

.hero-media {
    margin: 26px auto 8px auto;
    max-width: 860px;
}

.hero-media video {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.section {
    margin-top: 26px;
}

.section h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 600;
}

.section p {
    margin: 0;
    line-height: 1.55;
    color: #222;
}

.math-symbol {
    font-family: "Cambria Math", "STIX Two Text", "Times New Roman", serif;
    font-style: italic;
}

.divider {
    border: 0;
    height: 1px;
    margin: 28px 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.top-home-link {
    font-size: 16px;
}

.note-text {
    font-size: 16px;
    color: #555;
}

@media screen and (max-width: 700px) {
    .title {
        font-size: 34px;
    }

    .authors {
        font-size: 19px;
    }

    .quick-links {
        font-size: 18px;
    }
}
