.change_theme {
  display: flex;
  flex-flow: row;
  justify-content: left;
  align-items: center;
  padding: 1em;
  background-color: var(--variable-collection-NFC-navy-500);
  color: white;
}
.change_theme > div {
  padding: 0.5em;
}
.change_theme > div > a {
  text-decoration: none;
  color: #ccc;
}
.change_theme > div > a:hover {
  color: white;
}
/*# sourceMappingURL=themes.css.map */