```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
}
.matchup {
display: flex;
justifycontent: center;
alignitems: center;
marginbottom: 20px;
}
.team {
width: 150px;
textalign: center;
margin: 0 20px;
}
.team img {
maxwidth: 100%;
height: auto;
}
Team 1
Team 2
Team 3
Team 4