body {
    text-align: center;
}

img {
    width: 300px;
    height: 300px;
}

#talkButton {
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px; /* 画像との間に余白を追加 */
}