```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
}
.iconcontainer {
display: flex;
flexwrap: wrap;
justifycontent: center;
margintop: 20px;
}
.icon {
width: 150px;
height: 150px;
margin: 10px;
textalign: center;
border: 1px solid ccc;
padding: 10px;
borderradius: 10px;
transition: all 0.3s ease;
}
.icon:hover {
transform: scale(1.1);
boxshadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.icon img {
maxwidth: 100px;
maxheight: 100px;
}
.icon p {
margintop: 10px;
fontsize: 14px;
}
篮球
足球
排球
游泳
跑步
体操
瑜伽
击剑
乒乓球
网球