 
body{
  background-color: #ffffff;
  background-image: url('AnimalJamClassic/ajbg.png');
  background-repeat: repeat;
  font-size: 25px;
  font-family: "CCDigitalDelivery";
  color: #6A260E;
}

html, body {
  cursor: url('https://images.squarespace-cdn.com/content/v1/5737ad2a1d07c093e2787063/1764098599497-NIWRQI10MZH2PJUO7PF7/Icon_small1.png?format=100w'), auto !important;
}

:hover,
a,
button,
input,
textarea,
select {
  cursor: url('https://images.squarespace-cdn.com/content/v1/5737ad2a1d07c093e2787063/1764098599497-NIWRQI10MZH2PJUO7PF7/Icon_small1.png?format=100w'), auto !important;
}

 
#all{
width: 460px;
margin: 0 auto;
}
 
#header{
  background-image: url(AnimalJamClassic/hd1.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 70px;
margin: 0px 0px -6px 0px;
}
 
h1{
font-family: "TikiIsland";
text-align: center;
font-size: 35px;
font-weight: normal;
color: #6A260E;
padding-top: 10px;
text-shadow: 1px 1px 2px rgba(67, 40, 10, 0.5);
}
 
#nav{
  font-family: "CCDigitalDeliveryDisplay";
  background-image: url(AnimalJamClassic/nav.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 75px;
  width: 460px;
  font-size: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#nav,
#nav a {
  font-family: "CCDigitalDeliveryDisplay";
  color: #FFEACB;
}

ul{
text-align: left;
padding-top: 25px;
margin: 0px;
}
 
li{
list-style-type: none;
display: inline;
padding-left: 5px;
}
 
a{
text-decoration: none;
}
 
a:visited{
  color: #993a19;
}
 
a:hover{
font-style: italic;
font-weight: bold;
}
 
a:active{
font-style: italic;
font-weight: bold;
}
 
#main{
background-color: transparent;
width: 430px;
padding: 15px;
text-align: justify;
}

#border1 {
  position: fixed;
  top: 0px;
  left:-150px;
}

#border2 {
  position: fixed;
  top: 0px;
  right:-150px;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: #1a1c16;
}
 
::-webkit-scrollbar-thumb{
background-color: #43473c;
}

#footer {
  width: 460px; /* match #all width */
  height: 75px;
  margin-top: -25px;

  background: url('https://images.squarespace-cdn.com/content/v1/5737ad2a1d07c093e2787063/1563408911980-WLS8UBZQREN4NPSLCRRO/menu_bar.png?format=750w')
    center center no-repeat;

  background-size: 100% 100%;
}
 