body {
    font-family: kumbh sans,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ecdb50;
    color: #333
}

h1 {
    font-size: 2.5em;
    color: #333;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: permanent marker,cursive;
    font-weight: 400;
    font-style: normal
}

p {
    padding: 0;
    margin: 0;
    font-family: kumbh sans,sans-serif;
    font-optical-sizing: auto;
    font-weight: 399;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
    color: #203277
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.main_opener {
    background-image: url(img/tp_bcg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    max-height: 530px;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 5
}

.main_opener h1 {
    color: #203277;
    margin-top: 40px
}

.main_opener p {
    color: #203277;
    height: 200px
}

.video_container {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #203277;
    margin-top: -10px;
    position: relative;
    margin-top: -80px;
    background-image: url(img/loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px
}

.video_container video {
    width: 100%
}

.video_container_content {
    padding: 27px 25px;
    background-color: #ecdb50;
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 0
}

.video_container_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(img/sm_split.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -58px;
    left: 0
}

.video_container_content h1 {
    color: #203277
}

.video_container_content p {
    color: #203277
}

.main_opener_image {
}

.main_opener_image img {
    max-width: 222px;
    margin-top: 25px
}

.main_splitter.first_spliter {
    margin-top: -70px;
    background-image: url(img/spliter_2.png)
}

.main_splitter {
    background-image: url(img/spliter.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    filter: drop-shadow(0px 7px 12px rgba(0,0,0,0.3));
    margin-top: -50px;
    height: 246px
}

.main_splitter h1 {
    margin-top: 40px;
    color: #203277
}

.main_splitterp {
}

.game_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    background: red;
    padding-top: 85px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    background: red;
    background: radial-gradient(circle,rgba(255,0,0,1) 42%,rgba(119,32,32,1) 114%);
    padding-bottom: 75px
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px
}

.col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.col1,.col3 {
    width: 40%;
    text-align: center
}

.col2 {
    width: 10%;
    text-align: center
}

.col img {
    max-width: 60px;
    height: auto;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px #33000042
}

.col h1,.col p {
    margin: 5px 0
}

.game_container h1 {
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 5px #00000087
}

.game_container p {
    color: #fff;
    margin-top: -5px;
    font-size: 25px
}

img.shader {
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: 25px;
    max-width: 264px
}

.vsbox {
    margin-top: -55px;
    color: #fff;
    font-family: poppins,sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center
}

.vsbox p {
    color: #fff;
    font-family: poppins,sans-serif;
    font-weight: 300;
    font-size: 16px
}

.footer_container_spliter {
    margin-top: -58px;
    position: relative;
    z-index: 5
}

.footer_container_spliter::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-image: url(img/sm_split_top.png);
    background-position: center top;
    position: absolute;
    left: 0;
    background-size: cover;
    filter: drop-shadow(0px -9px 12px rgba(0,0,0,0.3))
}

.footer_container {
    background-image: url(img/heart_bg.png);
    height: 400px;
    padding: 25px;
    padding-top: 40px;
    text-align: center;
    background-color: #ecdb50;
    position: relative;
    z-index: 6;
    margin-top: 50px;
    background-size: 517px
}

.footer_container h1 {
    color: #15245e
}

.footer_container p {
}

img.heart {
    max-width: 70px;
    margin: 20px 0
}
