* {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

a:link, a:visited {
  color: #191919;
  text-decoration: none;
}

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

ul {
  list-style-type: none;
}

address {
  font-style: normal;
}