body {
  margin: 0;
  padding: 0;
  display:flex;
  flex-direction: column;
  height:100vh;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: var(--off-white);
  color: var(--bluegrey5);
}

a:link {
  color: #30b0ff;
  text-decoration: none;
}

a:visited {
  color: #30b0ff;
  text-decoration: none;
}

a:hover{
  cursor:pointer;
  text-decoration: underline;
}

