body {
    font-family: 'Roboto', sans-serif;
    background-color: #e0f7fa;
    color: #004d40;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    text-align: center;
}
.container {
    background-color: #ffffff;
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}
h1 {
    font-size: 2.5em;
    color: #00796b;
    margin-bottom: 20px;
}
blockquote {
    font-size: 1.5em;
    font-style: italic;
    border-left: 5px solid #4db6ac;
    padding-left: 20px;
    margin: 0;
    line-height: 1.4;
}
.author {
    margin-top: 15px;
    font-size: 1.2em;
    font-weight: 700;
}