body {
	font-family: "Atkinson Hyperlegible Next", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: white;
    overflow-x: auto;
    transition: all 0.3s ease;
    background-color: #000000;
}

a:link,
a:visited,
a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #96D4D4;
  background-color: transparent;
  text-decoration: none;
}
