h1 {
    font-size: 2.286rem;
}

h3 {
    font-size: 1.143rem;
    margin-bottom: 12px;
    margin-top: 5px;
}

#header-container {
    margin-top: -100px;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-left: 75px;
    padding-right: 75px;
    justify-content: space-between;
}

#tournaments-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    flex-direction: row;
    gap: 25px;
    margin-top: -130px;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.button-35 {
    background-color: white;
    border: 3px solid transparent;
    border-radius: 5px;
    box-shadow: rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 150px;
    padding: 1rem 1.2rem;
    outline: none;
    transition: border 0.3s ease-in-out, box-shadow .2s;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-35:hover {
    border-image: linear-gradient(45deg, #50c7da, #2b9df1) 1;
    box-shadow: none;
}

.button-35 p {
    color: grey;
    font-size: 1rem;
    margin: 2px 0; 
}

#text-container p {
    margin-top: -20px;
    font-size: 1.286rem;
    color: grey;
}