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

input {
  outline: none;
}

em {
  font-style: normal;
}
ul {
  list-style: none;
}
