html {
    padding: 0;
    margin: 0;
    background-color: #2d0000;
}

@media (min-width:980px)
{
    html
    {
        background-color:#18426e;
        background:url("/assets/bgcomp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        min-width: 100vw;
        min-height:100vh;
        overflow: hidden;

    }
}


@media (max-width:980px)
{#igra{
      width:100%;
        height:100%;
        max-width: 100vw;
        max-height:100vh;
    }
}
@media (min-width:980px) and (min-height:800px)
{
    #igra
    {
        width:480px;
        height:800px;
        position:absolute;
        display:block;
        top:50%;
        left:50%;
        margin-left:-240px;
        margin-top:-400px;
    }

    html
    {
        background-color:#18426e;
        background:url("/assets/bgcomp.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        min-width: 100vw;
        min-height:100vh;

    }
}

.card-header h6 {
    text-align: center;
    margin-top: 10px;
    
}

.btn {
    background-color: #fdd50e;
    border-color: #9a7e34;
    font-weight: bold;
    color: #140f01;
}

.btn:hover {
    background-color: #ffcd08;
    color: #140f01;
}

body.iOS #igra
{
    margin-top:0px!important;
max-height: 100%;
        background-color:#18426e;

}