a{

text-decoration: none;
color: $primary-color;
border-bottom: 1px solid transparent;
transition: all ease-in-out 500ms;
&:hover,
&:focus{
  border-bottom: 1px solid $primary-color;
  cursor: pointer;
}

}

h1{

color: $primary-color;

}

h2{

margin-bottom:0;

}