* {
  font-family: "Google Sans", sans-serif;
}

svg {
  width: 1rem;
  height: 1rem;
}

body {
  background: #000;
}

.weblogo {
  width: 150px;
}

.btn_bg_custom {
  color: #fff;
  background: linear-gradient(to top, #00a3ff, #0b00a9);
}

.bg_custom {
  background: #272727;
}

.news_bg {
  background: linear-gradient(to right, #00a3ff, #0b00a9);
}

.card_bg {
  background: #fff;
}

.title_wrapper .line {
  width: 100px;
  height: 1px;
  border-top: 1px solid white;
  margin: auto;
}

.post_box {
  background: #272727;
}

.date_box {
  background: linear-gradient(to bottom, #00a3ff, #0b00a9);
  padding: 0.5rem 10px;
  border: 1px solid #00a3ff;
  border-radius: 5px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */