.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

pre.prettyprint {
    padding: 8px;
    border: 2px solid #dfe0e5 !important;
    background: #fbf6e8;
}

.thumbnail {
    width: 100%;
}

section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

body {
    color:#333333;!important;
}

.btn-hover{
    box-shadow: 2px 2px 5px #dfe0e5;
}
.btn-hover:hover {
    background-color: #f7c32e78;
    box-shadow: 2px 2px 5px #f7c32e78;
}

.content-image {
    max-width:100%;
}

.shadow {
    box-shadow:0 2px 10px 0 rgb(0 0 0 / 10%);
}

.link-more {
    font-size: 17px;
    font-weight: 500;
    color: #4f9ef8;
}

hr{
    color:#9bbce1;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  text-align: center;
}

.cover {
    width: 100%
}