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

.card {
    background: #fff;
    padding: 60px 80px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    text-align: center;
}

h1 {
    color: black;
    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: black;
    position: relative;
    margin: 0;
    padding-left: 30px;
    border-left: 6px solid black;
}

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

blockquote footer span {
    color: black;
    font-weight: bold;
}