*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* navbar */
.navbar{
    background-color: #00293B;
    color: #fff;
}

.navbar img{
    width: 100px;
}

.navbar-toggler{
    border-color: #FFF;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* Title Blog */
.title-blog {
    margin-top: 5rem;
}

/* Blog */
.blog{
    margin-top: 30px;
}

.limit-ov{
    height: 500px;
    overflow: auto;
}

.coba {
    margin-bottom: 100px;
}

.cstm div img{
    width: 100% !important;
    height: 100%;
}

.isi-blog{
    margin-bottom: 30px;
    border: 2px solid #636363;
    box-shadow: 10px 10px 10px rgba(225, 225, 225, 0.8);
    border-radius: 10px;
}

.button-blog button{
    width: 180px;
    border: 0;
    border-radius: 10px;
    height: 40px;
    background-color: #E71C3E;
    margin-bottom: 20px;
}

.txt-ket{
    word-wrap: break-word;
}

/* Footer */
.footer{
    background-color: #00293B;
    position: relative;
}

.isi-footer{
    display: flex;
    justify-content: space-around;
}

.txt-footer{
    padding-top: 30px;
}

.txt-footer h5{
    font-size: 36px;
}

.location{
    margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 760px){
    /* Title */
    .txt-title h5{
        font-size: 17px;
    }
    /* Footer */
    .txt-footer h5{
        font-size: 20px;
    }
    .txt-footer p{
        font-size: 14px;
    }
    .isi-footer{
        display: block;
    }
    .image-not-found img{
        width: 100%;
    }
}

@media (min-width: 760px) and (max-width: 1200px){
    /* Footer */
    .txt-footer h5{
        font-size: 24px;
    }
    .txt-footer p{
        font-size: 18px;
    }
    .location{
        width: 300px;
        margin-top: 30px;
    }
}