section.bg-light {
    background-color: #f4f4f4;
}

h2 {
    color: #007bff;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
    background-color: #0056b3;
    color: white;
    text-align: center;
    padding: 10px;
}
