body {
    background-color: #ffffff;
    color: #333;
}

.logo {
    height: 180px;
}

/* Ukuran font menu navbar */

.navbar .nav-link {
    font-size: 20px;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

.content-section {
    min-height: 80vh;
    padding-top: 150px;
    font-size: 16px;
}

.long-space p {
    margin-bottom: 50px;
    /* opsional 30px, 40px, dll */
}

.text-justify-indent {
    text-align: justify;
    /* rata kanan kiri */
    text-indent: 30px;
    /* jarak awal paragraf (tab) */
    line-height: 1.5;
    /* spasi antar baris */
}

a i.bi-whatsapp:hover {
    color: #25D366;
    transform: scale(1.2);
    transition: 0.3s;
}

footer {
    margin-top: 50px;
}

.btn-instagram {
    background: transparent;
    border: none;
    color: #E1306C;
}

.btn-instagram:hover {
    color: #E1306C;
    /* warna khas Instagram */
    transform: scale(1.1);
}