/*
 *
 * @dlsa 2024
 */

.container {
    width: 90%;
    margin-left: 30px;
    margin-right: auto;
}
.header {
    height: 100px;
    padding-top: 10px;
    background-color: #64b440;
}
.logo-image {
    height: 80px;
}
.title {
    color: white;
    padding-left: 20px;
    font-family: "Arial Black", serif;
}
.content {
    font-family: "Courier New", Courier, monospace;
}
.image-width {
    width: 100%;
    margin-right: auto;
}
.footer {
    height: 70px;
    background-color: #64b440;
    margin-top:50px;
}
.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;
}
.copyright {
    float: right;
    margin-top: 45px;
    margin-right: 10px;
}