@import url("https://fonts.googleapis.com/css2?family=Handlee&family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #0f0e0e;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
:root {
  --yellow: #fedb39;
  --black: #1a1a1a;
  --text: rgb(194, 194, 194);
}
