.flag-page-container {
    background-color: #f8f9fa;
    padding: 40px 20px;
}

.flag-title {
    color: #ff8c00;
    font-weight: bold;
    margin-bottom: 30px;
}

.flag-item {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.flag-img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.country-link {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.country-link:hover {
    color: #0056b3;
}
