.main_meaning {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    font-color: blue;
    margin-bottom: 20px;
}

.current_taxons {
    margin: 20px 40px;
    
}
.taxon {
    font-weight: 500;
    color: blue; 
}

.taxon_form {
    margin: 40px;
}

.button-blue {
    background-color: #e0f0ff;
    border: 1px solid #5dade2;
    color: #2e86c1;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.1);
    margin-left: 30px;
}

.button-blue:hover {
    background-color: #d0eaff;
    border-color: #3498db;
    color: #1b4f72;
}

.button-blue:active {
    background-color: #b0dafb;
    box-shadow: inset 0 2px 4px rgba(0, 123, 255, 0.2);
}

.subtitle {
     font-weight: 500;
    color: blue; 
}

.result_table {
    margin-bottom: 100px;
}

.header {
    font-weight: 700;
    font-size: 20px;
    margin: 20px;
}

.taxon_search_form {
    display: flex;
    justify-items: center;
}