body { 
    font-family: 'Helvetica Neue', sans-serif; 
    line-height: 1.6; 
    /* 引用符で囲み、プロパティを整理 */
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('ランチ会背景.PNG');
    /* 画像を画面全体に表示させるための設定 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 800px;
    margin: auto; 
    padding: 20px; 
}
