.bg-light {
  background-color: #eee !important;
}

#app-logo {
  transform: rotate(-10deg) scale(1.1) translateY(-0.1rem);
  position: relative;
  display: inline-block;
}

#app-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 30%, #fff 75%);
  z-index: 1;
}
