.about-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 5px;
    background-color: #f2d682;
    border: 1px solid #4e433b;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.about-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 10;
}

.webFooter {
    margin-top: 50px;
}

.footerDiv {
    margin-top: 50px;
}