body {
  background-color: white;
  font-family: 'vincenthandwriting-regular';
}
html {
  cursor: url(cursor.png), auto;
}

a {
  cursor: url(cursor_22.png), pointer;
}
#navigation {
  height: 100px;
  width: 64%;
  padding-top:2.5px;
}
#navigation ul {
  display: flex;
  margin: 10px;
  list-style-type: none;
  justify-content: space-evenly;
}