html {
overflow: scroll;
overflow-x: hidden;
} 
::-webkit-scrollbar {
            width: 0px;
            color: transparent;
        }

        ::-webkit-scrollbar:horizontal {
            height: 0px;
        }

        ::-webkit-scrollbar-corner {
            background: transparent;
        }

html{
    background-image: url('https://sylvatica3.carrd.co/assets/images/image38.jpg?v=a9b79c1d'); 
    background-size:cover;
    background-repeat: no-repeat;
    font-family: alagard;
  }
  
  /* Start https://www.cursors-4u.com */
  body{
    cursor: url(https://cur.cursors-4u.net/nature/nat-8/nat799.cur), auto !important;
    }




















