body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
  font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size:1em;
}

a {
  color: black;
  font-weight:bold;
}

/* mouse over link */
a:hover {
  color: hotpink;
}
