main {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
}

.topicsCountryUl {
    background-color: white;
    display: block !important;
    margin: 0; /* Resets any global margins */
    padding: 0; /* Resets any global paddings */
    height: fit-content !important;
    width: fit-content !important;
    list-style: disc !important;
}

.topicsCountry {
    display: block !important;
    padding: 0 !important;
    padding: 0 !important;
    margin: 5px 0; /* Adjust this value for desired spacing */
    height: fit-content;
    list-style: disc !important;
}

.h3TopicCountry {
    height: fit-content !important;
    text-align: center;
}

.topicCountryWrapper {
    background-color: white;
    display: inline !important;
    width: fit-content !important;
    height: fit-content !important;
    padding: 1%;
    border-radius: 25px;
}

.generalAssembly {
    display: flex;
    justify-content: space-evenly;
}