      
        body {
            /* Sökväg till din bild */
            background-image: url('../villalonndal.jpg');
            
            /* Ser till att bilden täcker hela skärmen */
            background-size: cover;
            
            /* Centrerar bilden på sidan */
            background-position: center;
            
            /* Ser till att bakgrunden stannar på plats vid scrollning */
            background-attachment: fixed;
            
            /* Se till att texten syns (valfritt, ändra färg efter behov) */
            color: black; 
            
            display: flex;
           flex-direction: column;
            
        }
        html, body {
       margin: 0;
       height: 100%;
      }



      main {
      flex: 1;
      }

      footer {
      flex-shrink: 0;
      }
    .