Okay, this is the wisdom. First, time spent on reconnaissanse is never wasted. Second, almost anything can be improved with the addition of bacon. And finally, there is no problem on Earth that can't be ameliorated by a hot bath and a cup of tea.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style> .quote-box {
background-color: #1a1a1a;
color: #f5f5f5;
border-left: 5px solid #ffcc00;
padding: 20px;
margin: 20px 0;
border-radius: 5px;
}
.quote-box blockquote {
font-style: italic;
margin: 0;
}
.quote-box .quote-icon {
font-size: 2em;
color: #ffcc00;
}
.quote-box .blockquote-footer {
font-size: 0.9em;
color: #cccccc;
text-align: right;
}
.quote-box .blockquote-footer author {
font-weight: bold;
color:#891652;
}
.quote-box .blockquote-footer book {
font-style: italic;
color: #AD49E1;
}
</style>
<div class="quote-box">
<i class="fas fa-quote-left quote-icon"></i>
<blockquote class="blockquote">
<p class="mb-0">Okay, this is the wisdom. First, time spent on reconnaissanse is never wasted. Second, almost anything can be improved with the addition of bacon. And finally, there is no problem on Earth that can't be ameliorated by a hot bath and a cup of tea.</p>
<footer class="blockquote-footer">
<author>Jasper Fforde</author> <book>Shades of Grey</book>
</footer>
</blockquote>
</div>