h1, h2, h3, h4, p {
  margin: 0;
}
  
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  
address {
  font-style: normal;
}
img {
  display: block;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
