*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea,
select {
  outline: none;
  font-family: 'Montserrat', sans-serif;
  border: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
table {
  border-spacing: 0;
}
