    @font-face {
      font-family: 'NintendoNTLG';
      src: url('https://helloiti.github.io/assets/nintendo_NTLG-DB_002.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    body {
      font-family: 'NintendoNTLG', sans-serif;
      margin: 0;
      padding: 20px;
      background-image: url('https://hellot.nekoweb.org/assets/background2.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      color: #000;
      cursor: url('https://helloiti.github.io/assets/Wii.png') 0 0, auto;
    }

a {
cursor: url('https://helloiti.github.io/assets/Wii.png') 0 0, pointer;
}

    h1 {
      text-align: center;
      font-size: 2.5rem;
    }

    p {
      font-size: 1.2rem;
      line-height: 1.6;
    }
    
        .corner-link {
      position: absolute;
      top: 10px;
      right: 10px;
      color: black !important;
      font-size: 12px;
      text-decoration: none;
      background: none !important;
      -webkit-text-fill-color: black !important;
    }
    .corner-link:hover {
      text-decoration: underline;
    }

body {
  overflow-y: scroll;
}


body::-webkit-scrollbar {
  display: none;
}
