@font-face {
    font-family: "Kinkee";
    src: url("fonts/kinkee.woff2") format("woff2"),
         url("fonts/kinkee.woff") format("woff"),
         url("fonts/kinkee.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color:#;
    color:#;
    font-family: "Kinkee", Verdana;
    margin: 0;
    padding: 0;
    

    background-image: url("");
    background-size: 5%;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}

.centered-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    cursor: url("https://peach-girl12.neocities.org/cursors./foo641.png"), auto;
}
.repeat-banner {
    background-image: url("https://peach-girl12.neocities.org/gifs./6a2f4310.gif");
    background-repeat: repeat-x;
    height: 60px;   /* or whatever your banner height is */
    width: 100%;
}



