  * {
      cursor: url("https://cur.cursors-4u.net/holidays/hol-2/hol119.cur"), auto;
  }

  body {
      background: url("https://files.catbox.moe/i9bm3e.gif");
      background-color: black;
      color: #dee1fa;
      font-size: 11px;
      font-family: verdana;
  }

  main {
      width: 900px;
      margin: auto;
  }

  h1 {
      font-size: 20px;
  }

  h2 {
      font-size: 20px;
  }

  h3 {
      font-size: 15px;
  }

  h1,
  h2,
  h3 {
      color: #ffbbcc;

  }

  a {
      color: #d2738a;
      text-decoration: underline;

  }

  a:hover {
      color: #ffbbcc;
  }

  a strike {
      color: #5f6069;
  }