<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>cafevamp!</title>
  </head>
  <style> 
     body {
  background-color: #ffffff;
  
}

@font-face { 
font-family: ktegaki; 
src:url('https://files.catbox.moe/i1i2t7.ttf') format('truetype');
}


::-webkit-scrollbar {
width: 8px; 
background: transparent
border: 0px  
height: 200px;
}

::-webkit-scrollbar-thumb {
background: #fcebde;


}
body {
font-family: 'ktegaki';
color: #a2806c;
font-size:23px;
}

hr {
  border: 1.5px solid #f4d4c9;
}

a:link {
  color: #AC8872;
}
 
 
a:visited {
  color: #AC8872;
}
 
 
a:hover {
  color: #D1AD90;
}
 
 
a:active {
  color: #AC8872 ;

}
 ::selection {
background-color: #fcebde;

}
html {
cursor: url(https://files.catbox.moe/6qqonz.png), auto;
}