@font-face {
  font-family: typewriter;
  src: url(https://cordcattle.neocities.org/Index/typewriter.ttf);
}

@font-face {
  font-family: biro;
  src: url(https://cordcattle.neocities.org/Index/Biro.otf);
}

@font-face {
  font-family: garamond;
  src: url(https://cordcattle.neocities.org/Index/Garamond.ttf);
}

@font-face {
  font-family: tangerine;
  src: url(https://cordcattle.neocities.org/Index/Tangerine.ttf);
}

@font-face {
  font-family: forum;
  src: url(https://cordcattle.neocities.org/Index/Forum.ttf);
}

body {
	background-color: #A9A9A9;
}

#main {
	width: 600px;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #2E2E0F;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 1px;
  font-family: tangerine;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #2E2E0F;
} 

li {
  display: inline;
  padding: 30px;
}

li a {
  text-decoration: none;
  font-size: 27px;
  color: #2E2E0F;
}


#info {
	margin-top: 30px;
	margin-bottom: 20px;
}


#square1 {
	width: 300px;
	float: left;
	text-align: left;
}

#update {
width: 290px;
height: 90px;
margin: auto;
overflow: auto;
float: left;
text-align: left;
background-color: silver;
color: black;
padding: 10px;
margin-top: -9px;
margin-bottom: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;  
}

#future {
width: 290px;
height: 90px;
margin: auto;
overflow: auto;
float: left;
text-align: left;
background-color: silver;
color: black;
padding: 10px;
margin-top: -9px;
  -ms-overflow-style: none;
  scrollbar-width: none;  
}

#square2 {
	width: 300px;
	float: left;
	padding-top: 5%;
}


#bigsq1 {
	height: 290px;
	margin: 0;
	padding: 0;
}

#divider {
	background-image: url("https://cordcattle.neocities.org/Index/border.png");
	background-position: top;
	background-repeat: repeat-x;
	background-size: 300px;
	height: 50px;
}

#bigsq2 {
	height: 350px;
	margin: 0;
	padding: 0;
}

#bsquare1 {
	float: left;
	width: 300px;
}

#bsquare2 {
	float: left;
	width: 300px;
}

#buttons {
background-image: url("https://cordcattle.neocities.org/Index/box.png");
background-size: 100%;
width: 225px;
height: 280px;
margin-left: 25px;
overflow: auto;
float: left;
text-align: left;

padding-left: 25px;
padding-top: 25px;
position: absolute;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#buttons::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#buttons {
  -ms-overflow-style: none;
  scrollbar-width: none;  
}