.tabbar{display:flex;justify-content:space-around;align-items:center;background-color:#007bff;height:60px;color:#fff}.tabbar div{flex:1;text-align:center}.tabbar a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#fff;padding:10px;transition:background-color .3s ease}.tabbar img{max-width:100%;height:auto}.tabbar span{margin-top:5px}.tabbar .active{background-color:#0056b3;color:#fff}
