/* ===== ОСНОВНЫЕ СТИЛИ ===== */
body, html {
    margin: 0;
    background-color: #FFF4E6;
    transition: background-color 0.8s ease;
}
