button.card { padding: 0; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; transition: box-shadow 150ms ease-in-out; } button.card:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; } .avatar h5, .avatar h6 { width: 100%; text-align: center; } .avatar img { width: 120px; height: 120px; } .bots { display: flex; flex-flow: row wrap; justify-content: center; } .party { display: flex; flex-flow: row nowrap; justify-content: end; align-items: center; padding: 16px; }