/* Footer styling */

footer {
  background-color: #1c2d41;
  color: #8392a5;
  border-top-width: 1px !important;
  border-color: #8392a5;
}

footer a {
  color: #8392a5;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

.posts a {
    color: #1c2d41;
    text-decoration: none;
  }
  