.link {
  text-decoration: none;
  color: #000000;
}

.link:hover {
  color: #5fbef2;
}

.linkNormalSize {
  font-size: 1em;
}