* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 14px;
  font-family: sans-serif;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
}

input,
button,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

button:hover {
  outline: none;
  border: none;
}

ul,
ol {
  list-style: none;
}

span,
p {
  font-size: 14px;
}

div {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}