.article {
    position:relative;
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
    font-size: 16px; /* Adjust the size as needed */
    line-height: 1.5; 
}

footer {
    background-color: lightgray;
    text-align: center;
}