body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
}

.blog-title {
    color: #d18f94; /* 落ち着いたピンク */
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    color: #333; /* 濃い灰色で読みやすさを確保 */
    margin-bottom: 15px; /* 段落間のスペースを確保 */
} 
