body {
    font-family: 'Georgia', serif;
    background-color: #FF7F50;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.card {
    background-color: #E9967A;
    padding: 40px;
    width: 600px;
    border-radius: 10px;
    border: 5px solid #B0E0E6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

h1 {
    color: #FF0000;
    font-family: 'Arial Black', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

blockquote {
    text-align: left;
    font-size: 1.5em;
    line-height: 1.6;
    color: #111;
    position: relative;
    margin: 0;
    padding-left: 30px;
    border-left: 6px solid #FF0000;
}

blockquote footer {
    margin-top: 20px;
    font-size: 1em;
    color: #555;
    text-align: right;
    font-style: italic;
}

blockquote footer span {
    color: #1e66ff;
    font-weight: bold;
}