body, html {
    margin: 0;
    padding: 0;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: url('images/your-background-image.jpg') no-repeat center center fixed; 
    background-size: cover;
    font-family: 'Exo', sans-serif;
}

.content-klien, .under-construction, .counter-ready, .dev-by {
    text-align: center;
}

div#lottie-container {
    width: 100%;
    max-width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -130px;
    margin-bottom: -70px;
}

.content-klien h1, .under-construction h2, .counter-ready p, .dev-by h3 {
    color: #5c5c5c;
    font-family: 'Exo', sans-serif;
    line-height: 1.2;
}

.content-klien h1 {
    font-size: 28px;
    background: url(images/bg-nama-web.jpg);
    background-size: cover;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 0;
}

.counter-ready p {
    color: #ce8833;
    font-size: 22px;
    line-height: 1.2;
}

a {
    color: #ce8833;
}
