body {
    background-color: #f2f5f7; 
    font-family: Georgia, serif; 
    color: #333;
    line-height: 1.5; 
    padding: 40px 80px;
    margin: 0;
}

h1 {
    color: #4E0102; 
    text-align: center;
    font-size: 2.6em;
    margin-bottom: 10px;
}

.translator {
    text-align: center;
    font-style: italic;
    font-size: 1.1em;
    color: #666;
    margin: 0 0 25px 0;
}

#navigation {
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    padding: 10px 0;
    margin: 0 0 20px 0; 
    text-align: center;
}

#navigation ul { list-style: none; padding: 0; margin: 0; }
#navigation li { display: inline; margin: 0 15px; }

#navigation a {
    text-decoration: none;
    color: #4E0102;
    font-weight: normal;
    padding: 3px 8px;
    transition: 0.3s;
}

#navigation a:hover {
    background-color: #4E0102;
    color: #fff;
}

em {
    font-weight: normal; 
    font-style: normal;
}

h2 {
    border-top: solid 2px #4E0102;
    padding-top: 10px;
    margin: 25px 0 10px 0; 
    color: #4E0102;
    font-size: 1.6em;
}

.intro-p::first-letter {
    font-size: 3.2em;
    float: left;
    margin-right: 10px;
    line-height: 1;
    color: #4E0102;
}

p {
    font-size: 1.1em;
    margin-bottom: 15px; 
    text-align: justify;
}

.back-link {
    display: block; 
    width: fit-content;
    color: #4E0102;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: normal;
    margin: -5px 0 20px 0; 
    padding: 2px 5px;
    transition: 0.2s;
}

.back-link:hover {
    text-decoration: underline;
    background-color: rgba(78, 1, 2, 0.05); 
}