body {
    background-size: 1700px auto !important;
    background-position: center -700px !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #eaeaea !important;
}
body.page-id-22 {
    background-position: center -500px !important;
}

header {
    margin-bottom: 30px;
    max-width:1370px;
    margin-left:auto;
    margin-right:auto;
}

.entry-content {
    margin-top: 60px;
}

h1.wp-block-post-title {
    display:none;
}

.km-tournament-front-content {
    max-width: 1280px;
}

.km-tournament-front-content > a img {
    display:block;
    border-radius:20px;

    box-shadow:
        0 10px 30px rgb(0 0 0 / 0.18),
        0 4px 10px rgb(0 0 0 / 0.12);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.km-tournament-front-content > a:hover img {
    transform: translateY(-4px) scale(1.01);

    box-shadow:
        0 18px 45px rgb(0 0 0 / 0.28),
        0 8px 18px rgb(0 0 0 / 0.18);

    filter: brightness(1.03);
}