.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.cookie {
  font-family: "Cookie", cursive;
  font-weight: 200;
  font-style: normal;
}


body, html {
  background-color: #1B1B1B;
  overflow-x: hidden;
}
