body {
  background-color: white;
}
div {
	width: 96%;
	margin:auto;
}

@font-face {
  font-family: Manrope Extra-Light;
  src: url(fonts/Manrope-ExtraLight.ttf);
}

.responsive {
  max-width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.toplinks {
  text-align: center;
  color: black;
  font-family: Manrope Extra-Light;
  font-size: 40px;
}

.h1 {
  text-align: center;
  color: black;
  font-family: Manrope Extra-Light;
  font-size: 32px;
}

.defaulttext {
  color: black;
  font-family: Manrope Extra-Light;
  font-size: 22px;
}
 /* unvisited link */
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #e6007e;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #000070;
  text-decoration: underline;
} 