/* ENVIRONMENT STYLES */

a:link {
    color:rgb(16, 180, 117);
}
a:visited {
    color:rgb(9, 114, 40);
    background: #ff00ff;
}
a:hover {
    color:rgb(10, 189, 180);
}
a:active {
    color:rgb(53, 53, 197);    
}

.decision {
    text-decoration: none;
}

.theme-a {
    background:rgb(170, 190, 180);
    color: #000000;
  }
@media (prefers-color-scheme: dark) {
    .theme-a.adaptive {
      background: #041002;
      color: #ffffff;
      
    }
  }
