/*
 *
 * @dlsa 2024
 */

.header {
    height: 100px;
    padding-top: 10px;
    margin-bottom: 20px;
    background-color: #a8113c;
}
.header div span {
    color: white;
    font-size: xx-large;
}
.header div {
}

.footer {
    height: 70px;
    margin-top: 20px;
    background-color: #a8113c;
}
.footer div {
    vertical-align: bottom;
    margin-bottom:10px;
}
.footer div span {
    color: white;
    font-size: small;
}

.beginarticle {
    margin-top: 20px;
}
.inter-section-padding {
    margin-top: 15px;
}