body {
    background: linear-gradient(95deg, rgb(175, 179, 179), lightgray);
    font-family: monospace;
    font-size: 18px;
  
}

.wwoah {
  opacity: 0.01;
  font-family: "calibri", Garamond, 'Comic Sans MS';
}

.js {
  font-size: 16px;
  opacity: 0.04;
  font-family: "calibri", Garamond, 'Comic Sans MS';
}



.q {
 color: black; text-decoration: none;
}

.e {
  opacity: 0;
}


.b {
  border-style: outset;
  text-decoration: none;
  padding: 3px;
}


.b:focus, .b:active {
  border-style: inset;
  color:rgb(226, 43, 43);
  padding: 10px;
}

.b:visited {
  border-style: inset;
  color:rgb(9, 87, 233);
  padding: 3px;
}

.b:hover {
  border-style: outset;
  color:rgb(0, 190, 143);
  padding: 3px;
}

