body {
    margin: 0;
    font-family: Sitka Small, semibold;
    color: white;
    background: url('Fond.png') no-repeat center center fixed;
    background-size: cover;
} 

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #3D3D3D;
    color: white;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu ul li {
    margin-right: 20px;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menu ul li a:hover {
    text-decoration: underline;
}

.content {
    margin-top: 80px;
    padding: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}

img {
  max-width: 100%;
  height: auto;
}

li {
    color: lightgray;
    text-shadow: 2px 2px 4px white;
    font-family: Sitka Small, semibold;
    font-size: 20px;
}

.section {
    border: 2px solid white;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: fit-content;
    margin-top: 220px;
    color: white;
}
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

}

th {
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

tr:hover {
    background-color: #f1f1f1;
    color: #555;

}

table tr td a {
    color: #e3e3e3;
    text-decoration: none;
}

table tr:hover td a {
    color: #ab9b3d
}

table tr td a:hover {
    color: #912626;
    text-decoration: underline;
}

