body{      
        background-image: url('bilderski/finally.jpg');
        background-size: cover;  
        background-position: center;
        background-repeat: no-repeat; 
    }
h1  {
    background-image: url('bilderski/toppic.jpg');
    background-size: cover; 
    background-position: center; 
    color: black; 
    text-align: center; 
    padding: 85px;
    font-size: 80px;
    font-family: Elephant;
    text-decoration: underline; 
    }
 .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;
}
p{  
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: aharoni;
    }
h2{
    font-size: 40px;
    text-align: center;
    } 
li{
    text-align: center;
    }
.ctn{
        padding: 8px 15px;
        background: rgb(30, 30, 30); ;
        border-radius: 10px;
        color: whitesmoke;
    }