html{
    direction: initial;
}
body{
    background: url('../../kimages/artboard.png') no-repeat center;
    background-size: cover;
    padding: 0;
    height: 100%;
    width: 100%;
}

.support{
    height: 60px;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 60px;
    bottom: 25px;
}

.content{
    padding: 15% 0 0 12%;
    
    /*override the default values*/
    width: initial;
    max-width: initial;
    margin: initial;
    background-image: initial;
    border-radius: initial;
    box-shadow: initial;
}

.kbutton{
    font-size: 1.2rem;
}

header{
    position: absolute;
    background-image: linear-gradient(rgba(140, 120, 105, 0.85) , rgba(110, 90, 75, 0.85));
    margin: 0;
}

.header-title{
    height: 50px;
    width: 250px;
    margin: 0 auto;
    background-image: linear-gradient(rgba(110, 90, 75, 0.85) , rgba(77, 62, 51, 0.95));
    border-radius: 0 0 25px 25px;
    display: block;
}

.play-now{
    position: relative;
    left: 40%;
    cursor: pointer;
}

.stores{
    width: 47vh;
    background-color: rgba(220, 200, 170,0.69);
    border-radius: 25px;
    padding: 19px;
    box-shadow: 0 7px 20px 2px rgb(180, 160, 140);
    margin-top: 20px;
}