:root {
    --accent-color: #85baf3;
    --bg-accent-color: #85baf390;
    --primary-color: rgba(0, 123, 255, 1);
    --transparent-color: rgba(0, 0, 0, 0.5);
    --bs-nav-link-font-size: 1.25rem;
    --preloader-background: #85baf3
}

.navbar-transparent {
    background-color: rgba(255, 255, 255, 0.6)!important;
}

.navbar-solid {
    background-color: rgba(255, 255, 255, 1)!important;
}

body {
    /* Background image */
    background-image: url("Untitled-1.jpg"); /* ganti path sesuai gambar kamu */
    background-size: cover;       /* supaya gambar full layar */
    background-position: center;  /* posisikan di tengah */
    background-repeat: no-repeat; /* jangan diulang */
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.img_berita1 {
    width: auto;
    object-fit: cover;
    object-position: center;
}
#pengumuman > h2 {
    font-size: 60px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}