body {
  background: white;
  background-size: cover;
  font-family:  Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  }

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #020202;
    text-decoration: none;
}