/* Isolated styles for the article */
.gald-article {
    position: relative;
}

.gald-article .gald-section {
    width: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.gald-article .gald-section h3 {
    position: relative;
    height: 42px;
    width: 480px;
    box-sizing: border-box;
    margin: 0;
    padding-left: 1em;
    font: 16px/42px "Noto Sans SC", sans-serif;
    background: var(--menu-bg-darker);
    color: var(--text-white);
    cursor: pointer;
    z-index: 1;
}

.gald-article .gald-section img {
    position: relative;
    width: 100%;
    z-index: 0;
}

.gald-article .gald-section h3 .progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
}

.gald-article .gald-section h3 .text {
    position: relative;
}

.gald-article .gald-section p {
    color: var(--text-white);
    margin: 1em auto;
    line-height: 1.46em;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    color: rgba(240, 248, 255, 0.7);
}

/* Footer styles */
.gald-footer {
    position: relative;
    height: 100vh;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: aliceblue;
    background: #333;
}

.vcent,
.container {
    vertical-align: middle;
    display: inline-block;
}

.container {
    width: 60%;
    text-align: justify;
}