body { font-family: Arial, sans-serif; display: flex; flex-direction: column; align-items: center; margin-top: 50px; background-color: #f4f4f9; }
h1 { color: #333; }
.quote-container { margin-top: 30px; padding: 20px; border-radius: 8px; background: white; box-shadow: 0 4px 6px rgba(0,0,0,0.1); max-width: 600px; text-align: center;}
.quote-text { font-size: 1.25em; font-style: italic; color: #555; margin-bottom: 20px;}
.quote-text-it { font-size: 1.5em; font-style: italic; color: #222; margin-bottom: 15px;}
.meta-info { color: #444; font-size: 1.4em; line-height: 1.6; margin-top: 20px;}
button { padding: 12px 24px; font-size: 16px; font-weight: bold; color: white; background-color: #007bff; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s;}
button:hover { background-color: #0056b3; }
.btn-secondary { font-size: 14px; padding: 8px 16px; margin-bottom: 15px; margin-right: 10px; border: none; border-radius: 5px; cursor: pointer; color: white;}
.btn-es { background-color: #d9534f; }
.btn-es:hover { background-color: #c9302c; }
.btn-cs { background-color: #f0ad4e; }
.btn-cs:hover { background-color: #ec971f; }
.btn-en { background-color: #5bc0de; }
.btn-en:hover { background-color: #31b0d5; }
.btn-ep { background-color: #5cb85c; }
.btn-ep:hover { background-color: #449d44; }