* {
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.border-2.border-transparent.rounded-xl #showOnHover {
  display: none;
}
.border-2.border-transparent.rounded-xl:hover #showOnHover {
  display: inline-block;
}
