*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  /* overflow-x: hidden; */
  /* background-color: rgb(192, 192, 192); */
  font-family: "Poppins", sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  &:active {
    color: inherit;
  }
}
@media (max)