<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    background-color: #0b0b45;
    color: white;
}

.bg-custom {
    background-color: rgba(20, 20, 22, 0.5); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    }
    .navbar-brand img {
    width: 120px;
    }
    #navbar {
        transition: top 0.3s ease-in-out; /* Efek transisi */
        background-color: #0b0b45;
      }  

.home-gallery {
    width: 100vw;
    height: auto;
    background-color: #0b0b45;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    top: -200px;
}
.home-gallery h1 {
    margin-top: 100px;
    font-weight: bold;
}

.post-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    height: auto;
    background-color: #0b0b45;
    max-width: 100vw;
    margin-bottom: 100px;
    background-color: #0b0b45;
}
.card-body time {
    font-size: 0.8rem;
    color: gray;
}

.card {
    width: 18rem;
    height: 26rem;
}</pre></body></html>