body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #D2E7F0; 
    color: #000;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.header {
    background-color: #F0E4C7; 
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px; 
    height: auto; 
    margin-bottom: 20px; 
}

.content {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}
/* Container for hver sektion */
.section {
    margin-bottom: 40px; /* Afstand mellem sektionerne */
    text-align: center; /* Centrerer indholdet i sektionen */
}

.text-box {
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    padding: 20px; 
    margin: 20px auto; 
    max-width: 800px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

h2 {
    border-radius: 20%;
    background-color: #F0E4C7;
    padding: 5%;
    width: 10rem;
}

workshop-title-box {
    background-color: #f5f5dc;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
}

.text-box p {
    line-height: 1.6; /* Øget linjehøjde for bedre læsbarhed */
    margin-bottom: 10px; /* Mellemrum mellem afsnit */
  
}

section.content {
    display: flex;
    flex-direction: row;
}

.images-section {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.image-item {
    width: 32%; /* Hver billede fylder en tredjedel af rækken */
    border-radius: 15px;
    object-fit: cover;
}

section.workshop-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.image1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: center;
}

.image-item {
    width: 26%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}


section.workshop-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 6%;
}

section.images {
    display: flex;
    flex-direction: row;
}


section.image1 {
    display: flex;
    flex-direction: row;
    padding-top: 40%;
    align-content: stretch;
}

.footer {
    background-color: #F0E4C7;
    padding: 20px;
    text-align: center;
}

footer.footer {
    margin: 6%;
}
footer p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
}

h2 {
    border-radius: 20%;
    background-color: #F0E4C7;
    padding: 5%;
}
h3 {
    margin-inline-start: 20px;
}
p {
    display: block;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    unicode-bidi: isolate;
    font-weight: bold;
    display: inline-flex;
    flex-direction: column;
}
