* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

/* Gaya Header */
header {
    background-color: transparent;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: sticky;
}

nav ul {
    list-style-type: none;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
}

/* Gaya Slider */
.slider {
    display: flex;
    overflow: hidden;
    padding-left: 20px;
}

.slide {
    flex: 0 0 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
}

.slide figcaption {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
}

/* Gaya Main Body */
.main-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.column {
    flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 20px;
}

.column img {
    width: 100%;
    height: auto;
}

.column figcaption {
    text-align: left;
}





.judul {padding-left: 20px; ; background-color:#f0f0f0;}
.judul h4 {color: black; padding:10px;}

.container a {text-decoration: none;
}

.container a:hover {
    text-decoration: underline;
    font-weight: bold;

}

.column a {
    text-decoration: none;
    color: #000; 
}

.column a:hover {
    text-decoration: underline; 
}

.column a::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%;
    border-bottom: none; 
    color:#fff;
}


h4 {
text-align: left;}

.date {
    background-color: #fff;
    color:#111;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    position: sticky;
}


/* Gaya Footer */
footer {
    background-color: #111;
    color: #grey;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.footer-column {
    flex: 0 0 48%;
}
