html, body{
    width:100%;
    height:100%;
    font-family: 'Work Sans', sans-serif;
}

a, a:hover, a:visited {
  text-decoration: none; /* no underline */
  color:black;
}