/* Loading gif */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden_element {
    display: none;
}
iframe {
    width: 100%;
    border: none;
}

/* Section Styling */
section {
    padding-top: 3em;
    padding-bottom: 3em;
}
section:nth-child(odd) {
    background-color: #f5f5f5;
}


/* Content Styling */
.content {
    width: 60em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: auto;
    margin-right: auto;

}
.content p {
    text-align: justify;
    color: #333;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Image styling */
.full-width-image {
    width: 100%;
}


.expanded-content {
    width: 85em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}
.content li {
    text-align: justify;
    color: #333;
    font-size: 1.2em;
    line-height: 1.6em;
}