body{
        font-family: 'LanaPixel';
    color: white;
      margin-left: auto;
  margin-right: auto;
  text-align: left;
}

ul {
  color: white;
  border-color: white;
  border-style: hidden hidden dashed hidden;
  border-width: 2px;
}
strong {
    font-size: large;
}

html {
    cursor: url("src/imgs/cursor/cursor.png"), auto;
}
html a{
    cursor: url("src/imgs/cursor/pointer.png"), auto;
}