:root {
   --background-color: #000;
   --input-background-color: #000;
}
.column-link.active {
  color: #0e0;
}
@media screen and (min-width: 1175px) {
  .columns-area__panels__main {
    max-width:800px;
  }
}

