body {
  background-color: #f3f4f6;
  margin-top: var(--navbar-height);
}

header ul li {
  list-style: none;
  display: inline-block;
}

.widget img {
  height: 65px !important;
  width: 120% !important;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget svg {
  width: 16px;
}

.sticky {
  position: sticky;
  top: calc(var(--navbar-height) + 15px);
}/*# sourceMappingURL=show.css.map */