```html
body {
fontfamily: Arial, sansserif;
padding: 20px;
}
h1 {
textalign: center;
}
.teambadge {
display: flex;
justifycontent: center;
alignitems: center;
height: 300px;
width: 300px;
border: 2px solid 000;
borderradius: 50%;
backgroundcolor: ff0000;
}
.teaminitials {
fontsize: 36px;
color: fff;
texttransform: uppercase;
}
TB