body {
 background-image: url(https://file.garden/Z8S48e3deXuAgcfA/webmaster/bg);
}

::selection {
color: white;
background: #c7d2b9;
}

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

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

mark {
background: rgba(197, 197, 197, 0.5);
}

    ::-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(197, 197, 197, 0.5);
}    

* {cursor: url(https://cur.cursors-4u.net/food/foo-1/foo80.cur), auto !important;}

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

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

