/* (Yellow) marker for important text sections */
.gfa-mark{
  background-color: yellow;
}

.gfa-mark2{
  background-color: lightyellow;
}

/* Background color for strong within code sections */
pre strong {
    background-color: lightyellow;
}

