html,
body {
    /* min-height: 100%;
     */
    height: 100%;
    position: relative;
}

body {
    background-image: url(../img/general/background_left_top.png), url(../img/general/background_left_bottom.png), url(../img/general/background_right_bottom.png);
    background-repeat:  no-repeat, no-repeat, no-repeat;
    background-position:  left top, left bottom, right bottom;
    background-size:  40% auto, 30% auto, 45% auto;
}

h1 {
    font-size: 26px;
    color: #ff199f;
    font-weight: bold;
    text-align: center;
}

section.content p.desc {
    font-size: 14px;
    text-align: center;
    color: #491057;
    font-weight: bold;
}

section.content .iframe {
    background-color: #ccc;
    border: 5px solid #ff199f;
    border-radius: 6px;
    width: 100%;
    box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 37px -17px rgba(0,0,0,0.75);
}
section.content .iframe img{
    width: 100%;
}
section.content .col-game {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.content {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

@media screen and (max-width:992px) {
    footer{
        margin-top: 0;
    }
    h1{
        font-size: 20px;
    }
}