#cat {color: blue;}

#two {font-family:"pc-9800"; color: orange; border: 2px solid orange; border-radius: 10px; width:500px; margin-left: 35vw;}

#two h1{color: blue;}

#two center{color: purple;}

#two a {color: black; text-decoration:none;}

#two img{max-width:200px; max-height:200px;}

#footer {font-family:"dots"; color: #1d6a73; margin-top: -50px; margin-left:37.5vw; font-size:50mm;}



html, body {height: 100%; overflow-y: hidden;
background-repeat: repeat; background-size: 100vw 100vh; background-image: url(https://files.catbox.moe/jbgd47.gif);}













/* fonts */
@font-face {font-family: 'pc-9800'; src: url(https://nessx.neocities.org/pc-9800-webfont.woff);}
@font-face {font-family: 'dots'; src: url(https://nessx.neocities.org/bpdots-webfont.woff);}

/* cursor */
body {cursor: url('https://files.catbox.moe/u0ehwm.png'), auto;}
a {cursor: url('https://files.catbox.moe/p30hxb.png'), auto;}


/* scrollbar */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-thumb {background: #9c9cc1;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #e24081;}