body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #fafbfc;
    margin: 0;
    padding: 0;
    color: #222;
}

.link-container {
    display: block;
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 24px;
    text-decoration: none;
    color: #444;
}

.link-container:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #000;
}

.link-container .link {
    color: #2a5bd7;
}

.box-container {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.bare-container {
    text-align: center;
    font-size: 0.8em;
    margin: 20px auto;
}

.logo {
    margin-left: 24px;
}

.title {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 16px;
}

.authors {
    font-size: 1.1em;
    margin-bottom: 16px;
}

.affiliation {
    font-size: 0.9em;
    color: #666;
}

.abstract {
    margin-bottom: 32px;
    color: #444;
    text-align: justify;
}

.links {
    margin-bottom: 12px;
}

.warning {
    color: #b00;
    font-size: 0.98em;
    margin-bottom: 12px;
}

a {
    color: #2a5bd7;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}