/* Body */
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom right, #e9f5ec, #ffffff); 
    /* hijau muda → putih */
    min-height: 100vh;
    color: #021120;
    line-height: 1.6;
}
