```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
}
.groupcontainer {
display: flex;
justifycontent: center;
margintop: 20px;
}
.group {
marginright: 20px;
}
.groupheader {
backgroundcolor: 007bff;
color: fff;
padding: 10px;
textalign: center;
}
.team {
padding: 10px;
borderbottom: 1px solid ccc;
}
.team:lastchild {
borderbottom: none;
}