body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica", sans-serif;
}

.aktiviteter-sektion {
    background-color: #00a1e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    height: 400px;
    margin-top: 1000px;
}

.aktiviteter-tekst {
    color: black;
    font-weight: bold;
    font-size: 96px;
    text-transform: uppercase;
    justify-self: left;
}
.circle{
    width: 100px;
    height: 100px;
    background-color: red;
    border-radius: 100% 100% 0 0;
    position: absolute;
    bottom: 0;
}

.container{
    background-color: #E04038;
    display: flex;
    justify-content: space-around;
    height: 280px;
    margin-top: 40px;
}

.img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
}

.text-box{
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.image-box{
    display: flex;
    align-items: center;
}

.container2{
    background-color: #01ADEF;
    display: flex;
    justify-content: space-around;
    height: 280px;
    margin-top: 30px;
}


.imagefront{
    position: absolute;
    left: 400px;
    padding-top: -200px;
}

.image-container{
    position: relative;
}

div.scroll-container {
    background-color: #E04038;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

div.scroll-container img {
    padding: 10px;
}

