.dogma23-manifesto {
font-family: 'Arial', sans-serif;
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #f8f8f8;
border-radius: 5px;
}
.dogma23-manifesto h3 {
font-family: 'Georgia', serif;
border-bottom: 2px solid #333;
padding-bottom: 5px;
margin-top: 20px;
}
.dogma23-manifesto .preamble {
font-style: italic;
margin-bottom: 20px;
}
.dogma23-manifesto .chapter p {
margin-top: 10px;
}
.dogma23-manifesto .conclusion {
font-weight: bold;
margin-top: 20px;
}
.dogma23-manifesto .chapter {
opacity: 0;
transform: translateY(20px);
transition: all 0.3s ease-out;
}
.dogma23-manifesto .chapter.visible {
opacity: 1;
transform: translateY(0);
} @media (max-width: 600px) {
.dogma23-manifesto {
padding: 10px;
}
} body {
font-family: 'Arial', sans-serif;
background-color: #1a1a1a; color: #f4f4f4; }
.dogma23-manifesto {
max-width: 900px;
margin: 40px auto;
padding: 40px;
background-color: #1a1a1a; border: 1px solid #d46a28; border-radius: 7px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
color: #f4f4f4;
}
.dogma23-manifesto h3 {
font-family: 'Georgia', serif;
font-size: 1.5em;
color: #d46a28; border-bottom: 3px solid #d46a28; padding-bottom: 10px;
margin-top: 30px;
text-shadow: 1px 1px 2px #000;
}
.dogma23-manifesto .preamble {
font-style: italic;
margin-bottom: 30px;
font-size: 1.2em;
text-shadow: 1px 1px 2px #000;
}
.dogma23-manifesto .chapter p {
margin-top: 20px;
font-size: 1.1em;
line-height: 1.5em;
text-shadow: 1px 1px 1px #000;
}
.dogma23-manifesto .conclusion {
font-weight: bold;
margin-top: 30px;
font-size: 1.2em;
text-shadow: 1px 1px 2px #000;
} .dogma23-manifesto .chapter:hover {
background-color: rgba(212, 106, 40, 0.1); } @media (max-width: 600px) {
.dogma23-manifesto {
padding: 20px;
}
} .dogma23-manifesto .manifesto-title {
font-family: 'Georgia', serif;
font-size: 2em;
color: #d46a28; text-align: center;
margin-bottom: 40px;
text-shadow: 1px 1px 3px #000;
} .dogma23-manifesto .chapter:hover {
background-color: rgba(212, 106, 40, 0.05); transform: scale(1.02); transition: all 0.3s ease-out; } .dogma23-manifesto .chapter {
transition: all 0.3s ease-out;
}