.journey-chat {
max-width: 700px;
margin: 2em auto;
font-family: sans-serif;
display: flex;
flex-direction: column;
}
.journey-chat .message {
padding: 1em;
border-radius: 8px;
margin-bottom: 1em;
position: relative;
width: fit-content;
max-width: 80%;
}
.journey-chat .from-grandpa {
background: #f4f4f4;
color: #333;
align-self: flex-end;
}
.journey-chat .from-copilot {
background: #e0f7fa;
color: #004d40;
align-self: flex-start;
}
.journey-chat .message::before {
content: “”;
position: absolute;
width: 0; height: 0;
border: 10px solid transparent;
}
.journey-chat .from-grandpa::before {
border-right-color: #f4f4f4;
right: -20px; top: 14px;
}
.journey-chat .from-copilot::before {
border-left-color: #e0f7fa;
left: -20px; top: 14px;
}
.journey-chat .name {
font-weight: bold;
display: block;
margin-bottom: 0.3em;
}
/* Extras */
.affiliate-link p {
margin: 1em 0;
font-size: 1em;
}
.popculture-nuggets h3 {
margin: 1.5em 0 0.5em;
}
.popculture-nuggets ul {
list-style: disc inside;
margin: 0;
padding: 0;
}
I recently found a 1960 penny. Not really that unique, but it is my birth year so I was curious. What can Co-Pilot tell me about the penny?
🪙 Recommended: The Official Red Book: Guide to U.S. Coins
📺 1960 Pop Culture Nuggets
- 🎶 “The Twist” by Chubby Checker gets the world dancing. “The Twist” by Chubby Checker
- 🎬 Hitchcock releases the chilling Psycho. Psycho (1960) on Blu-ray
- 📺 The Flintstones become the first prime-time animated series. The Flintstones: Complete Series

