body {
    font-family: Arial, sans-serif;
    color: #5f6368;
    margin: 0;
    padding: 20px;
}

.section {
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    margin-top: 20px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.footer a {
    color: #5f6368;
    text-decoration: none;
    margin-right: 20px;
}

.footer .flag {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer .flag img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}