.text-center h1{
    font-weight: bold;
}
h1{
    font-size: 20px;
    font-family: 'Didact Gothic', sans-serif;

}
.putih{
    background-color: #ffffff;
}
.grey{
    background-color: #f5f5f5;
}
.margin-left{
    margin-left: 20px;
}

.row{
    margin: 20px 0px;
}
.information{
    margin: 20px 0px;
}
.thumbnail .row img{
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2%;
    margin: 0px;
}
.konten  .thumbnail{
    border: none;
}
.thumbnail .row h3{
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Didact Gothic', sans-serif;
}
.thumbnail .row a{
    color: black;
    font-family: 'Didact Gothic', sans-serif;
}

.thumbnail .row a:hover{
    color: #085991;
}
.konten .thumbnail:hover{
    background-color: #f5f5f5;
}

.info .row h3{
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Didact Gothic', sans-serif;
}
.info .row a{
    color: black;
    font-family: 'Didact Gothic', sans-serif;
}
