@font-face {
    font-family: "computer-modern";
    src:
        local('computer-modern'),
        url('../fonts/cmunbsr.ttf') format("opentype");
}
html, body {
    padding: 0;
    margin: 0;
    background-color: #515f7e;
    font-size: 1rem;
    font-family: computer-modern, sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    position: relative;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 70%;
    height: 100%;
}

#provip-blog {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}
#provip-blog img {
    width: 100%;
}
#provip-blog .overflow-text {
    display: block;
    max-height: 350px;
    overflow-y: auto;
    padding-right:  10px;
}
#provip-blog p {
    text-align: justify;
}
#slot-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #3e4c6b;
}
#slot-list .app {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 250px;
    height: 250px;
    margin-bottom : 15px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#slot-list .app#slot-gacor {background-image: url('../images/pragmatic.jpg');}
#slot-list .app#app-slot-gacor {background-image: url('../images/wild-bounty.jpg');}
#slot-list .app#app-smax {background-image: url('../images/pg-soft.jpg');}

#slot-list .app .app-stores {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
#slot-list .app .app-stores .button{
    display: block;
    width: 116px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#slot-list .app .app-stores .ios{background-image: url('../images/appstore.png')}
#slot-list .app .app-stores .android{background-image: url('../images/googleplay.png')}
#slot-list .app#slot-gacor #mania-slot {
    width: 100%;
    height: 89px;
    text-align: right;
    margin-bottom: 60px;
}
#slot-list .app#slot-gacor #mania-slot a {
    display: inline-block;
    width: 135px;
    height: 89px;
    margin-right: 10px;
    background-size: contain;
    background-position-x: right;
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 95%;
    }
    #slot-list .app{
        width: 400px;
        height: 400px;
    }
    #slot-list .app#slot-gacor #mania-slot {
        height: 133px;
        margin-bottom: 120px;
    }
    #slot-list .app#slot-gacor #mania-slot a {
        width: 195px;
        height: 133px;
    }
    #slot-list .app .app-stores {

    }
    #slot-list .app .app-stores .button{
        width: 169px;
        height: 50px;
        margin-bottom: 10px;
    }
}