/* Minimal Footer Fix - Original Approach */

/* Only fix the small white space issue below footer */
footer::after {
  content: '';
  display: block;
  background-color: rgb(12, 14, 43); /* Same as bg-darkblack */
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}