*{
  margin: 0;
  padding: 0;
box-sizing: border-box;
font-size: 100%;
font: inherit;
}

p {
  font-family: helvetica;
  font-weight: lighter;
  font-size: 26px;
  padding-left: 4px;
}
a {
  text-decoration: none;
  color:black;
}

a:hover {
  color: white;
  background-color: transparent;
}

}
