/* --- style.css --- */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    color: #333;
    min-height: 100vh;

    
    background-image: url('https://images.unsplash.com/photo-1542838132-92c53300491e?q=80&w=1920&auto=format&fit=crop');

   
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

   
    background-attachment: fixed;

    
    background-color: rgba(45, 45, 45, 0.729);
    background-blend-mode: overlay;
}

