*{cursor: url(https://www.rw-designer.com/cursor-view/66718.png), auto;
}

@keyframes heart{
    0%, 12%, 25%, 50% {
        transform: rotate(0deg);
    }
    55% {
        transform: rotate(-2.5deg);
    }
    65% {
        transform: rotate(3.5deg);
    }
    75% {
        transform: rotate(-7deg);
    }
    95%, 100& {
        transform: rotate(0deg);
    }
}

@keyframes spin {
        from { transform: rotate(0deg) }
        to { transform: rotate(360deg) }
    }

@keyframes slide {
    0% {
    transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

#image02{
animation: heart 1.5s ease infinite;
}     

@font-face{
    font-family: "Monsieur";
    src: url(https://amarcolitanus.neocities.org/other/MonsieurLaDoulaise-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "Yours";
    src: url(https://amarcolitanus.neocities.org/other/LavishlyYours-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
      }

@font-face{
    font-family:"Uni";
    src: url(https://amarcolitanus.neocities.org/other/UnifrakturMaguntia-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face{
    font-family:"Kings";
    src: url(https://amarcolitanus.neocities.org/other/Kings-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family:'mkpop';
src: url(https://dl.dropbox.com/s/tqk43iocmy15y4m/851MkPOP_100%20%281%29.ttf);
}

@font-face{
    font-family: "Special";
    src: url(https://amarcolitanus.neocities.org/other/SpecialElite-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}