#tournamentTitle {
    letter-spacing: -2.5px;
    font-size: 80px;
    -webkit-text-stroke: 0.1px black;
    text-align: center;
    width:100%;
}

.headerContainer {
    background: linear-gradient(90deg,rgba(255, 150, 51, 1) 11%, rgb(255, 228, 54) 62%);
    display: flex;
    align-items: center;
    padding-block:16px;
}

#toursParagraph {
    word-spacing: -3px;
    font-size: 40px;
    -webkit-text-stroke: 1px black;
    width: 100%;
    position: absolute;
    top:50%;
    margin:auto;
    text-align: center;
    transform: translateY(-50%);
    display:none;
}

.playButton {
    position: absolute;
    font-size:46px;
    width: 60%;
    aspect-ratio: 2.5/1;
    background: radial-gradient(circle,rgba(247, 204, 31, 1) 0%, rgba(247, 161, 31, 1) 100%);
    bottom:0;
    transform: translateY(50%);
    font-family: 'Lilita One', 'sans-serif';
    color: #fff;
    border: 2px solid #7c5d10;
    transition-property: background, color;
    transition-duration: 0.2s;
    -webkit-text-stroke: 1px black;
    text-shadow: 1px 1px 2px black;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor:default;
}

.playButton:hover {
    background: radial-gradient(circle,rgb(218, 180, 28) 0%, rgb(217, 141, 28) 100%);
    color: #dadada;
}

.signUpText {
    position: absolute;
    font-size:24px;
    width: 60%;
    aspect-ratio: 5/1;
    background-color:#100c44;
    font-family: 'Lilita One', 'sans-serif';
    color: #56a917;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border: 2px solid black;
    display:flex;
    align-items:center;
    justify-content: center;
    -webkit-text-stroke: 0;
    bottom:0;
    transform: translateY(-100%);
}

.tournamentContainer {
    column-gap: 36px;
    left:0;
    overflow-x: hidden;
}
