* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}
