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

.drop-shadow {
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.085);
}

.background-footer {
    background-image: url('/img/wave_footer.png'); 
    background-size: cover; /* Menyesuaikan gambar agar penuh */
    background-position: top center; /* Fokus pada bagian atas */
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px; /* Sesuaikan tinggi sesuai kebutuhan */
}