
body{margin:0;font-family:Arial;background:#0b0f1a;color:#fff}
header{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#111a2e}
button{background:#ffcc00;border:none;padding:10px;border-radius:8px;font-weight:bold;margin:5px;cursor:pointer}
#tabs{display:flex;justify-content:center;margin:10px}
.card{background:#1b2436;margin:10px;padding:15px;border-radius:12px}
.row{display:flex;justify-content:space-between;align-items:center}
.team{width:45%;text-align:center}
img{width:40px}
