html{
cursor: url(cursor.png) 12 19, auto;
}
body
{
font-family: 'MS Mincho', 'Batang', 'Andale Mono', 'consolas', 'monospace';
background-color: #ffdd00;
margin: 15px;
cursor: url(cursor.png) 12 19, auto;
}
.overlay
{
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  white-space: pre-wrap;;
  position: fixed;
  top: 0;
  left: 0;
}
.box1
{
position:absolute;
z-index: 10;
display: block;
padding: 20px;
margin-left: 100px;
width: 600px;
background-color: #ffdd00;
}
a:hover
{
  cursor: url(cursorpoint.png) 12 21, auto;
}

.note{
 background-color: #ffdd00;
border:1px outset #f2d200;
}

.note:hover{
  border:1px inset #f2d200;
  background-color: #c8ae00;
}
