.jumbotronq {
    color: white;
    background-image: url("/image/hero-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}
#not_found {
    background-color: white;
    background-image: url("/image/not-found.jpg");
    background-position: right;
    background-repeat: no-repeat;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.menuku {
    font-size: large;
    color: white;
    font-weight: bold;
}
.menuku:hover {
    border-bottom: 3px solid;
    border-radius: 2px;
    border-color: #f1592a;
    color: black;
    transition: 0.1s;
}
.img-thumbnail {
    margin: 10px;
    height: 200px;
}
.lines {
    border: 1px solid #39b54a;
    width: 100%;
}
.artikel-isi {
    text-align: left;
    text-indent: 60px;
}
.thumb-artikel {
    width: 350px;
    margin: 20px;
}
.judul-artikel {
    text-align: left;
    color: #39b54a;
    margin: 10%;
}
.lineq {
    border: 5px solid #f1592a;
}
footer {
    background-color: #39b54a;
}
.img-ot {
    /* border:1px solid black; */
    width: 120px;
}
.cardq {
    margin: 5px;
}
.keunggulan {
    width: 500px;
}
.artikel-gambar {
    width: 450px;
}
