body{      
        background-image: url('bilderski/background1.jpg');
        background-size: cover;  
        background-position: center;
        background-repeat: repeat;
        background-size: auto;  
    }
h1  {
    background-image: url('bilderski/toppic.jpg');
    background-size: cover; 
    background-position: center; 
    color: black; 
    text-align: center; 
    padding: 100px;
    font-size: 80px;
    font-family: Elephant;
    text-decoration: underline; 
    } 
p{  
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: aharoni;
    }
.container {
    width: 100%;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 50px; 
}

.text {
    flex: 1;
    padding: 40px; 
}

.image {
    flex: 1;
    text-align: center; 
}

.image img {
    max-width: 70%; 
    height: auto;
}


.row:nth-child(even) {
    flex-direction: row-reverse; 
}
.image-container {
    display: flex; 
    justify-content: space-between; 
    gap: 10px;
    margin-bottom: 50px; 
}

.image-container img {
    width: 33%;
    height: auto; 
}
