h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 40px;
}

h3 {
    font-size: 1.57rem;
    font-weight: 500;
    margin-bottom: -20px;
}

#content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    padding: 15px;
}

#text-container {
    width: 750px;
    height: 500px;
}

#image-container {
    display: flex;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(208, 217, 223);
    max-width: 700px;
    max-height: 700px;
}

#image-container img {
    object-fit: contain;
}

.tournament-description {
    font-size: 1.143rem;
}