@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700&display=swap");
/* line 18, ../../../xampp/htdocs/news-feed/scss/style.scss */
html, body {
  font-family: 'Spline Sans', sans-serif;
  background-color: #222831 !important; }
  /* line 21, ../../../xampp/htdocs/news-feed/scss/style.scss */
  html .body, body .body {
    position: relative;
    z-index: 2;
    border: 1px solid #E23E57;
    background-color: #2b313a;
    color: #FFF; }
    /* line 28, ../../../xampp/htdocs/news-feed/scss/style.scss */
    html .body .item-wrap .item, body .body .item-wrap .item {
      background-color: #222831;
      margin-bottom: .5rem;
      border: 1px solid #5a626e;
      transition: all .3s; }
      /* line 33, ../../../xampp/htdocs/news-feed/scss/style.scss */
      html .body .item-wrap .item:last-child, body .body .item-wrap .item:last-child {
        margin-bottom: 0; }
      /* line 36, ../../../xampp/htdocs/news-feed/scss/style.scss */
      html .body .item-wrap .item:hover, body .body .item-wrap .item:hover {
        box-shadow: 0 2px 16px -2px #181b22; }
      /* line 39, ../../../xampp/htdocs/news-feed/scss/style.scss */
      html .body .item-wrap .item a, body .body .item-wrap .item a {
        color: #E23E57;
        transition: all .3s;
        text-decoration: none; }
        /* line 43, ../../../xampp/htdocs/news-feed/scss/style.scss */
        html .body .item-wrap .item a:hover, body .body .item-wrap .item a:hover {
          color: #e76176; }
        /* line 46, ../../../xampp/htdocs/news-feed/scss/style.scss */
        html .body .item-wrap .item a:visited, body .body .item-wrap .item a:visited {
          color: #5a2d34; }
        /* line 49, ../../../xampp/htdocs/news-feed/scss/style.scss */
        html .body .item-wrap .item a .date, body .body .item-wrap .item a .date {
          color: #5a626e;
          font-size: .75rem; }
    /* line 56, ../../../xampp/htdocs/news-feed/scss/style.scss */
    html .body .divider, body .body .divider {
      height: 4px;
      width: 64px;
      background-color: #E23E57; }
    /* line 61, ../../../xampp/htdocs/news-feed/scss/style.scss */
    html .body .title-link, body .body .title-link {
      color: #E23E57; }
      /* line 63, ../../../xampp/htdocs/news-feed/scss/style.scss */
      html .body .title-link:visited, body .body .title-link:visited {
        color: #E23E57; }
  /* line 68, ../../../xampp/htdocs/news-feed/scss/style.scss */
  html .background, body .background {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1; }
  /* line 77, ../../../xampp/htdocs/news-feed/scss/style.scss */
  html .color-alert, body .color-alert {
    color: #ffff00 !important; }

/*# sourceMappingURL=style.css.map */