.bracket {


    display:flex;


    gap:40px;


    overflow-x:auto;


    padding:30px;


}



.round {


    min-width:260px;


}



.round-title {


    color:#ff0000;


    text-align:center;


    font-size:22px;


}



.match {


    background:#111;


    border-radius:15px;


    padding:20px;


    margin-bottom:25px;


    border-left:

    5px solid red;


    position:relative;


}



.match:hover {


    box-shadow:

    0 0 25px
    rgba(255,0,0,.5);


}



.team {


    display:flex;


    justify-content:space-between;


    padding:8px;


}



.winner {


    color:#ff3333;


    font-weight:bold;


}