* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f3f0f0;
  font-family: "Ubuntu", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

.active {
  background: #4f46e5;
  color: #ffffff;
}
