* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Poppins", serif;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100vh;
  overflow: hidden;
}

