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

a {
  cursor: pointer;
}

body {
  background-color: #f9f9f9;
}

svg {
  transition: all 0.3s ease-in-out;
}
