body {
    font-family: 'Arial', sans-serif;
    background-color: #d9e9f0c5;
    color: #333333;
    margin: 20px;
}
a {
    color: #1a73e8 !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    width: auto;
    max-width: 1200px;
    margin: 20px auto;
}
table, th, td {
    border: 1px solid #ffffff;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #1a73e8;
    color: white;
}
tr:hover {
    background-color: #d3d3d3;
}
/* Стили для эмблем */
.emblem-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.emblem-container img {
    width: 220px;
    height: auto;
}
