:root{
   --off-white:rgb(226, 229, 221);
   --gray: rgb(188, 189, 183);
   --darker-gray: rgb(108, 118, 110);
   --dark-green: rgb(41, 61, 46) ;
   --yellow: rgb(252, 164, 22);
   --orange: rgb(214, 120, 17);
   --green: rgb(177, 187, 84);
   --blue: rgb(17, 0, 144);
}

body {
    background-image: url(images/assets/bgcrature1.png);
    background-repeat: repeat-y;
    background-position: right;
    background-color: var(--gray);
    color: rgb(0, 0, 0);
    font-size: smaller;
    font-family: monospace;
}

a:hover{cursor:url(https://cur.cursors-4u.net/games/gam-12/gam1109.cur),auto!important} 
body,html{cursor:url(https://cur.cursors-4u.net/games/gam-12/gam1113.cur),auto}

#links {
    display: flex;
    flex-direction: column;
    padding: 3px;
    gap: 7px;
}