.container {
    background: url('../assets/img/bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh; /* atau tinggi tertentu */
}

.img-center {
    position: absolute;
    top: 32%;
    left: 10%;
    z-index: 2;
    width: 80%;
}

.img-center-2 {
    position: absolute;
    top: 42%;
    left: 10%;
    z-index: 2;
    width: 80%;
    color: whitesmoke;
}