body {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
    /* 背景画像にオーバーレイ（暗くする処理）をかけるための正しい記述 */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("社畜です背景.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 20px;
}
