/* ENVIRONMENT STYLES */

a:link {
    color:rgb(20, 121, 168);
}
a:visited {
    color:rgb(120, 104, 201);
}
a:hover {
    color:rgb(10, 189, 180);
}
a:active {
    color:rgb(53, 53, 197);    
}

.decision {
    text-decoration: none;
}

.theme-a {
    background: rgb(194, 180, 176);
    color: #000000;
  }
@media (prefers-color-scheme: dark) {
    .theme-a.adaptive {
      background: #130f05;
      color: #ffffff;
    }
  }
