/* cursor from https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1047.cur), default !important;}

@font-face {
font-family: 'lovely';
src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
}
 @font-face {
  font-family: 'Quiet Meows';
  src: url('fonts/Quiet Meows.ttf') format('truetype');
}
body {
  text-align: center;
   min-height: 100vh;
font-family: 'lovely', sans-serif;
color: #1db39c;
font-size:32px;
}
h1{
  font-family: 'Quiet Meows';
  font-size: 54px
}
link {
        position: relative;
        transition: clip-path 275ms ease;
      }

      .link:hover span::before,
      .link:focus span::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }

      .link span {
        position: relative;
        display: inline-block;
      }

      .link span::before {
        position: absolute;
        content: attr(data-content);
        text-decoration: underline;
        clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
        transition: clip-path 275ms ease;
      }

      span.dashed::before {
        text-decoration-style: dashed;
      }
.link{
  color:#c25b9a
}
.link:visited{
  color:#c25b9a;
}
