body {
    background-image: url('https://kodomo.fbb.msu.ru/~yarasub/Wall.jpeg');
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
}

.content {
    background-color: white; 
    width: 800px;
    margin: 20px auto; 
    padding: 20px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}

img {
    max-width: 100%;
    height: auto;
}

nav ul {
    list-style-type: none; 
    padding: 0;
    background-color: lightblue; 
    border-radius: 25px; 
    overflow: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 20px;
}

nav ul li { 
    float: left; 
}

nav ul li a { 
    display: block; 
    color: Black; 
    text-align: center; 
    padding: 12px 12px; 
    text-decoration: none; 
    transition: color 0.5s; 
}

nav ul li a:hover { 
    color: #598169;
}

.textbox {
    padding: 25px; 
    background: White; 
    border: 2px solid indigo; 
}

figcaption {
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Helvetica', serif;
}

figure {
    margin-bottom: 50px;
}

.centered-text {
    margin-top: 100px;
    text-align: center; 
    height: 100px; 
    line-height: 100px;
}

.container {
    display: inline-block;
    justify-content: space-between;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 15px;
}

.table caption {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color: #333;
}

th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.table-container {
    flex: 1; 
}

.float-table {
    width: 300px;
}

.text {
    flex: 1;
    margin-right: 20px;
}

.taxonomy p {
    margin: 2px 0;     
    padding: 0;
    line-height: 1.2;
}

.numbered-list {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 10px 0;
}

.minireview {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}

.hover-link:hover {
    color: #598169; 
}

.background {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}