@tailwind base;
@tailwind components;
@tailwind utilities;

*{
    scroll-behavior: smooth
}
.texto-borde {
    -webkit-text-stroke: 2px black;
    color: transparent; 
}
.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:20px;
    color:black;
    cursor:pointer;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:2;
  }