body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

.dropdown-item:hover {
  background-color: #303030;
}

a {
  color: #0dcaf0;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #0dcaf0;
}

.icon:hover {
  color: #c0c0c0;
}

.post:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
