body { 
  background-color: #FFFAF0; 
  color: #696969; 
}

.navbar { 
  background-color: #2F4F4F; 
}

a, .btn-link { 
  color: #20B2AA; 
}

a:hover { 
  color: #2F4F4F; 
}

.card-img-top { 
  object-fit: cover; 
  height: 250px; 
}

.ql-editor {
  padding: 0;
  white-space: normal;
}

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

a.badge {
  text-decoration: none;
}