/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/
html,
body {
    overflow: hidden;
    background-image: linear-gradient(290deg, #3b2b73 55%, #6f2f93, #6f2f93);
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#frame-game {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(290deg, #3b2b73 55%, #6f2f93, #6f2f93);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#frame-game button {
    height: 10vh;
    width: 30vw;
    border: 0px;
    color: #212529;
    background: #fecd01;
    padding: 11px 30px;
    text-transform: uppercase;
    font-size: 4vh;
    display: inline-block;
    border-radius: 10px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-top: 4vh;
    line-height: 12px;
    cursor: pointer;
}

@media (orientation: portrait) {
    #frame-game button {
        width: 55vw;
        font-size: 3vh;
    }
}

#frame-game img {
    border-radius: 10px;
    width: 30vh;
}

#frame-game h1 {
    color: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
}
#frame-game p{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #fff;
    text-align: center;
    margin: 0px;
    width: 90%;
}
#frame-game #watermark {
    font-family: Arial;
    font-size: 10pt;
    color: #fecd01;
    bottom: 10px;
    left: 10px;
    position: absolute;
    text-decoration: none;
    z-index: 99999999;
    background-color: #212529;
    padding: 3px;
    border-radius: 3px;
}

#frame-game .fullscren {
    font-family: Arial;
    font-size: 10pt;
    color: #fecd01;
    bottom: 10px;
    right: 10px;
    position: absolute;
    text-decoration: none;
    z-index: 99999999;
    background-color: #212529;
    padding: 3px;
    border-radius: 3px;
}

#frame-game .fullscren {
    margin-bottom: -3px;
    width: 15px;
}
#frame-game .fullscren svg{
    margin-bottom: -3px;
    width: 15px;
    padding-right: 2px;
}

#frame-game #watermark img {
    margin-bottom: -3px;
    width: 15px;
}


/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/