.nav-bar {
    width: 1200px;
    padding: 5px;
    margin: auto;
    border: 4px groove #e7e94f;
    background: rgba(234, 144, 17, 0.6);
    height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
	border-radius: 10px;
	text-align: center;
}
.header {
    margin: auto;
    text-align: center;
    border: 4px groove #e7e94f;
    border-radius: 10px;
    width: 1200px;
    background: #0b82568b;
    padding: 5px;
}
.blinkie-box {
	width: 240px;
	height: 40pxpx;
	overflow: hidden;
	background-color: #fce8f4;
	border: 4px groove #e7e94f;
	position: absolute;
	left: 200px;
	top: 400px;
	background: rgba(17,234,232,.3);
}
.stamp-box {
	width: 240px;
	height: 55px;
	overflow: hidden;
	background-color: #fce8f4;
	border: 4px groove #e7e94f;
	position: absolute;
	left: 200px;
	background: rgba(17,234,232,.3);
}
.middle {
    font-size: 17px;
    border: 4px groove #e7e94f;
    border-radius: 10px;
    height: 250px;
    width: 700px;
    box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset rgb(82, 79, 79),
    0px 0px 2px #aba4a6;
    background: rgba(254, 253, 218, 0.9);
	margin: auto;
	padding: 5px;
	overflow-y: scroll;
}
.middle {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.middle::-webkit-scrollbar {
	display: none;
}
.update-box {
    border: 4px groove #e7e94f;
    border-radius: 15px;
    padding: 7px;
    overflow-y: scroll;
    height: 189px;
	width: 205px;
    font-size: 15px;
	position: absolute;
	top: 450px;
	left: 200px;
	background: rgba(19, 107, 221, 0.634);
	color: aliceblue;
    margin-top: 15px;
}
.update-box {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.update-box::-webkit-scrollbar {
	display: none;
}
.stats {
	width: 238px;
	height: 100px;
	padding: 1px;
	font-size: 15px;
	background-color: #fff;
	border: 4px solid #137dbf;
	text-align: center;
	position: absolute;
	left: 200px;
	top: 200px;
	overflow-y: scroll;
	background: rgba(17,234,232,.3);
}
.marquee-things {
	display: flex;
	flex-shrink: 0;
	height: 100%;
	min-width: 100%;
}
.scroll-anim {
	animation: scroll-r2l 40s linear infinite;
}
.head {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
    position: relative;
    background-image: url("https://snugglebug.nekoweb.org/based.jpg/");
}
.rightarm {
	border: 4px solid #137dbf;
	padding: 20px;
	background-color: white;
	font-size: 18px;
	height: 580px;
	width: 200px;
	background: linear-gradient(to bottom right, #ffffff 0%, #ccffff 100%);
	box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
    overflow-y: scroll;
    right: 260px;
    position: absolute;
}
.leftarm {
	border: 4px solid #137dbf;
	border-radius: 5px 0px 20px 5px;
	padding: 20px;
	background-color: white;
	font-size: 18px;
	height: 580px;
	width: 200px;
	background: linear-gradient(to bottom right, #ffffff 0%, #ccffff 100%);
	box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white,
    0px 0px 2px #aba4a6;
    overflow-y: scroll;
    position: absolute;
    left: 260px;
}
.shoulder {
  width: 180px;
  height: 55px;
  overflow: hidden;
  background-color: #fce8f4;
  border: 4px solid #edb0d5;
  background: rgba(17,234,232,.3);
  margin-right: 3px;
  margin-bottom: 5px;
  border-radius: 20px;
  padding: 3px;
  align-content: center;
  justify-content: center;
  text-align: center;
}

 
 h2 {
 	color: #2b9b27;
 }
 
 h1 {
 	color: #5d74dd;
	border-radius: 10px;
	padding: 6px;
	overflow-wrap: break-word;
	text-align: center;

 }
 
 h3 {
 	color: rgb(20, 198, 14);
 }
 
hr {
	border-top: #f8ed4c;
}
 
 a:link {
 	color: #00d5ff;
 }
 
 a:visited {
 	color: #75fe7c;
 }
 
 nav li {
	text-align: center;
	background-color: #eafdff;
	border-radius: 20px;
	margin: 2px;
 }