.mobile-button svg, .mobile-button:after, .mobile-button:before {
    stroke-width: 2;
    color: #ffffff;
    height: 2rem;
    transition: all .3s ease;
    width: 2rem;
}

.top-header {
    background-color: var(--top-header-background-color);
    color: var(--top-header-text-color);
  display: none;
}