.logo {
  height: 2rem;
}

.big-ass-logo {
  width: 100%;
  height: auto;
}

.logo path {
  fill: currentColor;
}

.big-ass-logo path {
  transition: fill 0.2s ease;
  filter: blur(1px) brightness(1.1);
  padding-top: 1rem;
}

.logo-dimensions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* removes inline spacing */
}
