@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap");



.stick {
  width: 100%;
  position: sticky;
  top: 0; /* adds spacing from the top edge */

}
