html  {
    background-image: linear-gradient(#efffce, #e7cb00);
    background-size: cover;
    background-position: center top; 
  }
  p     {
    color: white;
    font-size: 30px;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px black;
    max-width: 1000px;
    margin: auto;
    background-color: rgba(77, 77, 77, 0.6);
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 10px 20px 10px 20px; 
    padding: 6px;
  }
  h3    {
    font-size: 25px;
    font-family: Tahoma;
  }
  h1    {
    font-size: 45px;
    font-family: "Jersey 25", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  h2    {
    font-size: 35px;
    font-family: "Jersey 25", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  li    {
    line-height: 1.3;
    font-size: 21px;
    font-family: "Jersey 25", sans-serif;
    font-weight: 600;
    font-style: normal;
    opacity: 1;
  } 
  bold  {
    font-weight: 800;
  }
  body  {
    cursor: url("https://files.catbox.moe/z5ltn2.cur"), auto;
    background-image: url("smilenotnose.gif");
    background-repeat: no-repeat;
    background-position: 1140px 540px;
    background-attachment: fixed;
    z-index: -1;
  }
  a, .clickable {
      cursor: url('https://files.catbox.moe/aj6fcs.cur'), pointer;
    }