a.help {
@include transition(color .2s linear);
color: $gray-light;
position: absolute;
right: 1rem;
top: 1rem;
&:hover {
color: $green-taiga;
}