   @charset "utf-8";
/* CSS Document */

.background {
    background-image: url('https://kodomo.fbb.msu.ru/~yarasub/Wall.jpeg'); 
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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


.centered-text {margin-top: 100px;
    text-align: center; 
    vertical-align: middle; 
    height: 100px; 
    line-height: 30px; 
} 
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: darkgreen; 
}

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

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

figure {margin-bottom: 50px;}

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

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

.table-container {
    flex: 1; 
}

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

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

.hover-link:hover {
    color: #598169; 
}
th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.table_container {
    display: flex;
    justify-content: space-between;
}

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

.float-table {
    width: 300px;}
    
.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;
    }