:root {
  --primary-color: #a1d608;
  --secondary-color: #414042;
  --background-card: #e6e6e6;
  --button-color: #1d74e5;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

body {
  /* height: 200vh; */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}