/* 斜めグラデーションの背景 */
body {
    background: linear-gradient(135deg, #FFC9D9 0%, #C9F5F3 100%);
}