body {
    margin: 0px;
    
}

div.kotak0 {
    display: flex;
    flex-direction: row;
    position: absolute;
}
div.kotak1 {     
    display: block;
    width: 250px;
    height: 200px;
    border: none;
    padding: 5px; 
    margin-right: 18px;
}

div.round1 {
    display: block;    
    margin-bottom: 50px; 
}

div.round1 .player1 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid red;
    border-left: 20px solid red;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 1px;
}
div.round1 .player2 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid blue;
    border-left: 20px solid blue;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
}

div.bracketr1 {
    width: 20px;
    height: 40px;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right: 2px solid black; 
    border-radius: 15px;    
    margin-top: -70px;
    margin-left: 238px;   
    
  }
  div.garisbracketr1 {
    width: 20px;
    border-bottom: 2px solid black;
    margin-top: -20px;
    margin-left: 258px;   
  }

  div.kotak2 { 
    display: block;    
    width: 250px;
    height: 400px;    
    padding: 5px; 
}

div.round2 {
    display: block;     
}

div.round2 .player1 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid red;
    border-left: 20px solid red;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    margin-top: 20px; 
    margin-bottom: 25px;   
}
div.round2 .player2 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid blue;    
    border-left: 20px solid blue;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    margin-top: 55px;  
    margin-bottom: 65px;
}

div.bracketr2 {
    width: 20px;
    height: 100px;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right: 2px solid black; 
    border-radius: 15px;    
    margin-top: -190px;
    margin-bottom: 120px;
    margin-left: 240px;   
  }
  div.garisbracketr2 {
    width: 20px;
    border-bottom: 2px solid black;
    margin-top: -170px;
    margin-bottom: 110px;
    margin-left: 260px;
  }

  div.kotak3 { 
    display: block;    
    width: 250px;
    height: 700px;    
    padding: 5px;     
    margin-left: 15px;
}
  div.round3 {
    display: block;     
}

div.round3 .player1 {
    display: block; 
    width: 225px;
    height:35px;
    border: 2px solid red;
    border-left: 20px solid red;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    margin-top: 70px; 
    margin-bottom: 60px;   
}
div.round3 .player2 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid blue;    
    border-left: 20px solid blue;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    margin-top: 65px;
    margin-bottom: 140px;
}

div.bracketr3 {
    width: 20px;
    height: 200px;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right: 2px solid black; 
    border-radius: 15px;    
    margin-top: -90px;    
    margin-left: 240px;  
  }
  div.garisbracketr3 {
    width: 20px;
    border-bottom: 2px solid black;
    margin-top: -100px;
    margin-left: 260px;
  }

  div.kotak4 { 
    display: block;    
    width: 250px;
    height: 700px;    
    padding: 5px;     
    margin-left: 15px;
}
  div.round4 {
    display: block;     
}

div.round4 .player1 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid red;
    border-left: 20px solid red;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    margin-top: 160px; 
    margin-bottom: 90px;   
}
div.round4 .player2 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid blue;    
    border-left: 20px solid blue;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    margin-top: 180px;
    margin-bottom: 140px;
}

div.bracketr4 {
    width: 20px;
    height: 350px;
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right: 2px solid black; 
    border-radius: 15px;    
    margin-top: -100px;    
    margin-left: 238px;  
  }
  div.garisbracketr4 {
    width: 20px;
    border-bottom: 2px solid black;
    margin-top: -195px;
    margin-left: 258px;
  }

  div.kotak5 { 
    display: block;    
    width: 250px;
    height: 700px;    
    padding: 5px;     
    margin-left: 15px;
}
  div.round5 {
    display: block;     
}

div.round5 .player1 {
    display: block; 
    width: 225px;
    height: 35px;
    border: 2px solid black;
    border-left: 20px solid  black;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    margin-top: 325px; 
    margin-bottom: 60px;   
}
div.judul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    text-align: center;
    font-weight: bold;
    margin: 20px;
}