body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.links {
    text-align: center;
    margin-bottom: 30px;
}

.links a {
    color: #007BFF;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 15px;
}

.authors-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.author-row {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-details strong {
    font-size: 1.2em;
    color: #007BFF;
}

.author-details em {
    font-size: 1em;
    color: #555;
}

.author-details a {
    color: #007BFF;
    text-decoration: none;
    font-size: 1em;
}

.author-details a:hover {
    text-decoration: underline;
}

.abstract {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.abstract h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 15px;
}

.abstract p {
    text-align: justify;
    font-size: 1.1em;
}

.architecture, .results {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.architecture h2, .results h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

.architecture img {
    width:100%;
    max-width: 750px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.architecture p {
    text-align: center;
    font-size: 1.1em;
}



.comparison-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 30px auto;
    max-width: 900px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comparison-card h2 {
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
}

.audio-players {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.audio-section {
    text-align: center;
    width: 30%;
    margin-bottom: 20px;
}

audio {
    width: 100%;
    margin-top: 10px;
}

.images {
    text-align: center;
}

.images h3 {
    font-size: 1.5em;
    margin: 20px 0 10px;
}

.images img {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
