body {
    font-family: 'trebuchet MS', sans-serif;
    margin: 0;
    padding: 0;
    background: url('BigMountainTop2.jpg'), no-repeat;
    background-size: 100%;
}
header {
    background-color: #2A0134;
    color: #ff9090;
    padding: 10px 20px;
    text-align: center;
    text-decoration: bold;
}
.content {
    max-width: 900px;
    margin: 20px auto;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: white;
    border-radius: 7px;
}
.content p {
    line-height: 24px;
    font-family: arial;
}
.contentKiza {
    max-width: 310px;
    margin: 5px auto;
    padding: 10px 20px;
    background: white;
    display: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-link {
    color: white; 
    text-decoration: none; 
}
.custom-link:hover {
    text-decoration: underline;
}
.clarina {
    color: #a20000;
    text-decoration: none; 
}
.clarina:hover {
    color: red;
    text-decoration: underline; 
}
.same-line {
    display: flex;
    align-items: center;
    gap: 10px;
}
.images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(127px, 1fr));
    gap: 10px;
    margin: 20px 0;
}
.images img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
footer {
    text-align: center;
    padding: 10px;
    background: #505050;
    color: #fff0f0;
    margin-top: 0px;
}
.verdana {
    font-family: Verdana, sans-serif;
}
.Xtitle {
    color:#720000;
    text-decoration: bold;
}
.sidebar {
    width: 200px;
    color: rgb(72, 122, 175);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 227px;
    left: 10px;
}
.section-space {
    margin-top: 51px;
}
.contentB {
    flex: 1;
    max-width: 750px;
    font-family: arial;
}
.wiki-layout {
    display: flex;
    align-items: stretch;
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto;
    margin-top: 0px;
    padding: 20px;
}
.contentB, .wiki-table {
    background: white;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.wiki-table {
    text-align: center;
    flex: 0 0 300px;
}
.wiki-table img {
    width: 100%; 
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.clickable-img {
    width: 400px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.clickable-img.enlarged {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    display: block;
    margin: 0 auto;
}
.sidebarX {
    width: 200px;
    color: #2A0134;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 10px;
}