@font-face{ 
	font-family: 'virgo';
	src: 
url('fonts/virgo-webfont.woff') format('woff'),
}

@font-face{ 
	font-family: 'toontown';
	src: 
url('fonts/impress-bt.woff') format('woff'),
}

body {
  background-color: #ffffff;
  color: #092B12;
  font-family: 'toontown', comic sans ms;
  background-image: url("https://file.garden/Zyf_GxgnTmldDJIT/arcade%20bg%20for%20th%201.png");
  background-size:10%;
  background-repeat:repeat;
    scrollbar-color: #008000 transparent;
}

p {
  padding:10px;
}

/* styles all links in body */
body a {
  color: #359800;
  text-decoration-line: none;
}
body a:hover {
  color: #95ce1c;
  text-decoration-line: underline;
}

/* styles all dividers used under header titles */
hr {
  color:transparent;
  opacity: 0;
}

/* this is for all the headers that are aligned to the left */
p.headleft {
 margin:auto;
 text-align:left;
 font-weight:bold;
 color: #092B12;
font-size:26px;
font-family: 'virgo', comic sans ms;
}
/* this is for all the headers that are aligned to the center */
p.headcenter {
 margin:auto;
 text-align:center;
 font-weight:bold;
 color: #092B12;
 font-size:26px;
 font-family: 'virgo', comic sans ms;
}

/* list styling */
/* list styling for navigation and outgoing */
ul.a {
  list-style-type:circle;
  color:#e34989;
  font-size:20px;
  text-align:left;
}

/* list styling for to do */
ul.b {
  list-style-type:none;
  font-size:20px;
  text-align:left;
}

/* top box */
#header {
  border-radius:15px;
    color:#092B12;
  font-family:'virgo';
  font-size:32px;
  text-shadow:2px 2px #17541A52;
}
#foot {
  font-family: 'virgo', comic sans ms;
  border:5px ridge green;
  font-size:20px;
  color: #092B12;
}

#lightgreenbox, #headbox {
  background:#f7ffdb;
  border:3px ridge green;
  border-radius:15px;
  padding:5px;
}

.disable-scrollbars::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
    
.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
