* {
  box-sizing: border-box;
  text-decoration: none;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  background-color: #f2f3fa;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: initial;
}
