.tagging_text {
  background-color: red;
  border: 1px solid #e5eaed;
  border-radius: 50px;
  padding: 2px 10px;
  cursor: pointer;
}

.digi_header {
  height: 85px;
  background: url("../media/ds_logo.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: white;
  border-bottom: 1px solid black;
}

.wordtags {
  padding-bottom: 10px;
}

.foot {
  height: 30px;
  background-color: #000000;
  padding: 5px 10px;
}

.card_shadow:hover {
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(244, 164, 164, 0.19);
}

.card_shadow {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.hidden {
  visibility: hidden;
}

.hidden1 {
  display: none;
}/*# sourceMappingURL=ds_general.css.map */