/* index */
.waktu {
    color: white;
    text-shadow: 4px 5px 1px black;
    font-size: 23px;
    font-weight: bolder;
    text-align: center;
}

.waktu img {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.waktu p {
    display: inline-block;
}

table {
    text-align: center;
    margin-bottom: 5px;
}

table, table caption, table th, table tr, table tr td {
    text-shadow: 3px 3px 1px black;
    border: 2px outset #e3c000; /* merah terang */
    text-align: center;
    color: white;
    font-weight: bolder;
}

.atas {
    width: 100%;
    text-align: center;
}

.kontener {
    margin: 0 auto;
    width: 90%;
    display: flex;
    height: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.bawah {
    width: 100%;
    height: auto;
    text-align: center;
}

.bawah a {
    color: white;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    background: linear-gradient(to right, #8b0000 20%, #ff0000 100%);
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-weight: bolder;
    text-shadow: 1px 1px 1px white;
    animation: kelapkelip 1s ease-in-out infinite;
}

.gambar {
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: white;
    box-shadow: 0px 0px 3px 3px #e3c000;
}

h2 {
    color: white;
}

h4 {
    color: white;
    text-shadow: 4px 5px 1px black;
}

@keyframes kelapkelip {
    from {
        text-shadow: 0px 0px 1px #faa, 0px 0px 2px #faa, 0px 0px 3px #faa, 0px 0px 3px #faa, 0px 0px 4px #faa, 0px 0px 5px #ff0000;
        color: #fff;
    }
}

.lihat {
    width: 250px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #e3c000;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 7px;
}

.credit {
    filter: brightness(200%);
    text-shadow: 2px 2px 1px black;
}

.credit a {
    text-decoration: none;
    color: red;
}

.copyright {
    font-size: 24px;
    text-align: center;
    background-image: linear-gradient(#8b0000, #ff0000);
    text-shadow: 2px 2px 1px black;
    padding: 10px;
}

.collapse ul li a {
    color: white;
}

.myDIV:hover + .hide {
    display: block;
    color: #ff5555; /* merah muda cerah */
}

.search #searchbar {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    height: 30px;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    margin-left: 0px;
}

.kotak {
    border: 1px solid #f44336; /* merah */
    font-weight: bolder;
    text-shadow: 0px 0px 5px black, 0px 0px 10px red;
    color: white;
}

.kotak div {
    border-bottom: 1px solid #f44336;
}
