* {
  font-family: 'Helvetica';
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
}
