.header-grid {
  flex-direction: column;
}

.header-nav.hide-mobile {
  flex-direction: row;
}

[data-theme=dark] {
  --pico-primary: #8eb021;
  --pico-primary-background: #8eb021;
  --pico-primary-hover-background: #a5c73b;
}

.custom-column{
    flex: 50%;
}

.custom-row{
     margin-top: 30px;
     display: flex;
     flex-wrap:wrap;
}


.small-p{
    margin-top: 2px;
    margin-bottom: 2px;
}