body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #f2f2f2;
    padding: 20px;
}

.conversation {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
    color: #333;
}