main {

    position: relative;
    margin:0; 
    z-index: -1;
    width: auto;
    margin-top: calc(70px); /* det samme som header height */
    background-color: #F7F1E3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
}


.alt-om-chipearls 

{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width:450px;
    height:600px;
    padding:10px;
    margin: 70px 50px 20px 20px;

}


.alt-om-chipearls p {
    text-align: justify;
}
.alt-om-chipearls h1 {
    text-align: center;
}

img {
    width: 400px;
    height:500px;
    margin: 70px 50px 20px 20px;
    border-radius: 20px;
}
