body {
    font-family: Arial, sans-serif;
    background: white;
    justify-content: center;
    margin: 0 auto;
}

.container {
    text-align: center;

    border-radius: 8px;
    padding: 20px;

}

h1 {
    font-size: 24px;
    color: #333;

}


blockquote {
    font-style: italic;
    margin: 20px 0;
    font-size: 18px;
    color: #555;
    max-width:500px;
    margin: auto;
    padding: 10px;
    border-left: 3px solid #FF5D5D;
    background-color: #FFF2F2;
}

.author {
    font-size: 16px;
    color: #888;
}

button {
    background-color: #354259;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #FF5D5D;
}

.share-buttons {
    align-items: center;
    margin-top: 20px;
}

.share-buttons button {
    align-items: center;
}

.share-buttons button i {
    margin-right: 5px;
}

/* Add icons for share buttons */
.share-buttons button {
    background-color: #f0f0f0;
    color: #333;
}

.share-buttons button:hover {
    background-color: #e0e0e0;
}
