@import "tailwindcss";
* {
  font-family: "Geist", sans-serif;
}
.divider::before,::after{
  border-bottom: 1px solid #000;
  opacity: 0.1;
}
.divider{
  margin-left: 15px;
  margin-right: 15px;
}
