@charset "utf-8";
body{
    max-width:750px;
    margin:0 auto;
    font-size:.3rem;
    color:#000000;
    background-color:#ebebeb;
    overflow-x:hidden
}
.Basic{
    padding-left:.2rem;
    padding-right:.2rem
}
.bg-primary{
    margin-top: 0;
    padding-bottom:.2rem;
    background-color: #3D2022
}
.Class{
    position:relative;
    width:100%;
    max-width:750px;
    height:1.17rem;
    background:url(../img/header-top.webp) no-repeat;
    background-size:100% 100%;
    border-bottom:1px solid #110C27
}
.Class .Basic{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100%
}
.Class .logo{
    height:.86rem
}
.Class .btn-download{
    height:.94rem;
    -webkit-animation:urgentlystrong .5s infinite;
    animation:urgentlystrong .5s infinite
}
.Class img{
    height:100%
}
.main{
    margin:0 0 -1.17rem
}
.stage{
    position:relative;
    font-size:0;
    line-height:0
}
.stage .btn-download{
    display:block;
    position:absolute;
    top:11%;
    left:25%;
    width:50%;
    -webkit-animation:urgentlystrong .5s infinite;
    animation:urgentlystrong .5s infinite
}
@-webkit-keyframes 
urgentlystrong{
    from{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)
}}
@keyframes 
urgentlystrong{from{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}

.SarkariRummyMarque {
    font-family: comic sans ms;
    font-size: .32rem;
    color: #fff;
    padding-bottom: .03rem
}
