/* color palette from <https://github.com/vuejs/theme> */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
}

li{
  list-style-type: none;
}

.clearfix::after{
  clear: both;
  content: "";
  display: block;

}

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