* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #000
}

.center {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: url("../img/rummy-loot-bg.webp") center top/cover no-repeat fixed;
    padding-bottom: 120px
}

.top {
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    cursor: pointer
}

.downBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 12px 8px;
    cursor: pointer
}

.downBtn img {
    width: 280px;
    max-width: 86vw;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .35);
    transition: transform .15s ease, filter .15s ease
}

.downBtn img:hover {
    transform: scale(1.02)
}

.bodylook {
    width: min(980px, 92vw);
    margin: 10px auto 0;
    background: rgba(255, 255, 255, .92);
    border-radius: 14px;
    padding: 16px 14px 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
    line-height: 1.55
}

.hed {
    text-align: center
}

p {
    margin: 10px 0
}

ul {
    margin: 10px 0 12px 18px
}

li {
    margin: 6px 0
}

#customers {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px
}

#customers th,
#customers td {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 8px;
    text-align: left
}

#customers th {
    background: rgba(25, 116, 188, .12)
}

.footbtn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: min(520px, 92vw);
    z-index: 9
}

.footbtn img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .38)
}

.kf,
.tg {
    position: fixed;
    right: 12px;
    z-index: 10
}

.kf {
    bottom: 90px
}

.tg {
    bottom: 20px
}

.kf img,
.tg img {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35)
}

footer a {
    text-decoration: none
}