*{
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

body{
    background: hsla(166, 100%, 42%, 0.05);
}

/* body{ */
    /* background-color: hsla(300, 100%, 50, 0.7); */
/* } */

.animal_model_list_component{
    border: solid 0.5em rgba(rgb(45, 130, 170), green, blue, alpha);
    padding: 2%;
    margin: 2%;
    background-color: rgba(174, 203, 226, 0.5)
}

.animal_model_img{
    width: 15em;
    height: 10em;
}

.animal_model_info_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
}

.animal_model_text_content{
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    padding-left: 5%;

}

.animal_model_summary{
    max-height: 15em;
    overflow: auto!important;
}