body {
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0; /* Increased space before title */
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px; /* Increased space before each H2 */
}

.columns {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.column {
    width: 20%;
    text-align: left;
}

.contact-box {
    background-color: black;
    color: white;
    padding: 20px;
    margin-top: 30px;
}

footer {
    margin-top: 40px;
    font-size: 12px;
}
footer a {
    color: inherit;
    text-decoration: none;
}
