/* Set the background color and text color for the body */
body {
    background-color: #eeeeee; /* Light grey background */
    color: #201e43; /* Main text color */
    font-family: sans-serif;
    font-size: 12px;
    text-align: justify;
    margin-left: 25px;
    margin-right: 10px;
}

/* Customize hyperlink colors */
a:link {
    color: #134b70; /* Link color */
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #508c9b; /* Visited link color */
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #00509b; /* Hover link color */
    font-weight: bold; /* Make the text bold on hover */
}


/* Ensure text colors remain consistent across headings and other elements */
h1, h2, h3, h4, h5, h6, p, span {
    color: #201e43; /* Apply main text color */
}


/* Other existing styles... */
h1 {
    text-align: center;
}

h3, h4 {
    text-align: center;
}



.kniga {
    margin-left: 50px;
}

.NormalLin {
    font-weight: bolder;
    font-size: 14px;
    text-align: center;
}

li {
    text-align: left;
}

.NormalLis {
    font-style: italic;
    padding-right: 25px;
}

.NormalMai {
    text-indent: -20px;
}

.NormalMe {
    text-indent: -20px;
    font-weight: bolder;
}

.search {
    text-indent: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.container-logon {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

#filter-section,
#geo-filter-section {
    display: none;
    margin-top: 20px;
}

.culture-list {
    display: flex;
    flex-wrap: wrap;
}

.culture-list div {
    width: 25%;
    box-sizing: border-box;
}
