
.navbar {
    background-color: #57636a !important;
}

.nav_word {
    color: floralwhite;
    margin: 10px;
}



.header_div {
    margin-bottom: 20px;
    padding: 10px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

}

.img_icon{
    margin-right :20px;
    margin-left:0px;
}

.head1 {
    font-size: 40px;
    color: #009900;
    font-weight: bold;
}

.head2 {
    font-size: 17px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.searchInput{
    width:40%;
}

body {
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-color: #A9A9A9;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


.animeTitle {
    text-align: left;
    font-size: 30px;
    color: brown;
}


.rating {
    float: right;
    font-style: italic;
    font-size: 30px;
    color: crimson;
}

.genreSelect {
    width: 200px;
    text-align: center;
    max-height: 100px;
}

select[multiple] {
    height: 120px;
}


.table_display {
    font-weight: 600;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 15px;
    width: 90%;
    table-layout: fixed;
}


.td_anime_image{
    text-align: center;
    padding: 20px 20px 0px 20px;
}

.td_anime_title{
    text-align: center;
    padding: 10px;
    height: 10px;

}

figure {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto;
}

figcaption {
    background-color: transparent;
    color: darkgoldenrod;
    font-style: italic;
    padding: 2px;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
}



.center {
    margin-left: auto;
    margin-right: auto;
}
.animeIMG {
    float: right;
    margin-right: 22px;
    width:100%;
    height:600px;
    padding:20px 60px 60px 20px;
}