        /* EXTERNAL CSS */
        @media (max-width: 640px) {
            #namaSekolah {
                font-size: x-large;
                font-weight: bold; /* Ubah ukuran logo sesuai kebutuhan */
            }

            #logoSekolah {
                width: 23.5%; /* Ubah ukuran teks sesuai kebutuhan */
            }
            .hidden-mobile {
                display: none;
            }
        }
        #home_scroll {
            scroll-behavior: smooth;
        }