body {
 background-image: url(http://i160.photobucket.com/albums/t197/myntebuu/SOZAI/bgpinkbarslace.gif);
}

::selection {
color: white;
background: rgba(255, 203, 230, 0.5);
}

p {
  font-family: chalk;
  font-size: 18px; 
  text-align: center !important;
}

a {
  color: black; 
  text-decoration: underline;
}

    ::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    background-color: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(255, 203, 230, 0.5);
}    

* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur265.cur), auto !important;}

@font-face {
src: url(https://files.catbox.moe/gvfl5a.ttf);
font-family: chalk;
}

