body{
    margin: 0%;
    padding: 0%;
    box-sizing:border-box;
    font-family: sans-serif;
}
.container{
    width:100%;
    height:200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(to left, #11998e, #38ef7d);
}

.images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#breed-menu{
    height:300px;
    scrollbar-width: 0;
}
#breed-menu::-webkit-scrollbar{
    width: 3px;
}
#breed-menu::-webkit-scrollbar-thumb{
    background: white;
    border-radius: 5px;    
}
/* 
#subbreed{
    display:none;
} */

#subbreed-menu::-webkit-scrollbar{
    width: 3px;
}
#subbreed-menu::-webkit-scrollbar-thumb{
    background: white;
    border-radius: 5px;    
}
