body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 40px;
}

.card {
    background: white;
    width: 900px;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


.card-titulo {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #2e9b55;
    text-align: center;
    margin-bottom: 40px;
}


.citacao {
    font-family: "Georgia", serif;
    font-size: 22px;
    text-align: justify;
    text-indent: 40px;
    line-height: 1.8;
    border-left: 6px solid #2e9b55;
    padding-left: 20px;
    margin-bottom: 30px;
}

.autor {
    text-align: right;
    font-style: italic;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.autor a {
    text-decoration: none;
    color: #1c66d1;
    text-transform: capitalize;
}

.autor a:hover {
    text-decoration: underline;
}
