body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.banner {
    background-image: url(twakafbgwarna.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .banner {
        height: 150px;  /* Tinggi yang lebih kecil untuk perangkat mobile */
    }
}
