h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  border: none;
}
address {
  font-style: normal;
  margin-bottom: 0;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
