.tournaments {display: flex;align-items: center;justify-content: center;background-color: var(--secondary);padding: 1.25rem 0; } .tournaments table {font-size: 1.25rem; } .tournaments table thead {border-bottom: 2px solid var(--primary); } .tournaments table th, .tournaments table td {padding: 0.625rem; } .tournaments table td {border-top: 1px solid var(--primary); } 