/* ENVIRONMENT STYLES */

a:link {
    color:rgb(26, 157, 217);
}
a:visited {
    color:rgb(127, 96, 153);
}
a:hover {
    color:rgb(10, 189, 180);
}
a:active {
    color:rgb(35, 35, 162);    
}

.decision {
    text-decoration: none;
}

.theme-a {
    background:rgb(196, 190, 187);
    color: #000000;
  }
@media (prefers-color-scheme: dark) {
    .theme-a.adaptive {
      background: #24201c;
      color: #ffffff;
      
    }
  }
