* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

em {
  font-style: normal;
}

strong {
  font-weight: 900;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}