@font-face {
  font-family: bebasneue;
  src: url("fonts/BebasNeue-Regular.ttf");
}
body {
  font-family: bebasneue;
	background-image: url("images/denpa.png");
	background-color: black;
	background-repeat: repeat, repeat, no-repeat;
	background-attachment: scroll, fixed, fixed;
	animation: background 50s linear infinite,;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-play-state: running;
	animation-name: bg;
	overflow-y: scroll;
	max-width: 760px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;
	color: #ffaeae;
}
@keyframes bg {
    0%   {background-position:0px;, 0}
	100%  {background-position:0px 10000px, 0;}
}
a, a:visited {
	color: #ffaeae;
	text-decoration: none;
	font-size: 20px;
//	margin: 3px;
}
a:hover {
	color: #ff6fa3;
}
a:active {
	color: #c74373;
}
.elmt {
	border-style:solid;
	border-width:5px; 
	border-radius: 13px;
	border-color:#ffffff;
	box-shadow:-5px 5px 1px #48f4d5;
	background-image: url("images/dot.png");
	background-color: #dcfff7;
	margin-bottom: 20px;
	max-width: 720px;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
}
.buttons a {
    margin: 0px
}
.elmt_ns {
	border-style:ridge;
	border-width:10px; 
	border-color:#ff6fa3;
	background-color: #E5E5DC;
	margin-bottom: 20px;
	max-width: 720px;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.navbar {
	border-style:solid;
	border-width:5px; 
	border-radius: 13px;
	border-color:#ffffff;
	box-shadow:-5px 5px 1px #48f4d5;
	background-color:#dcfff7;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.buttons {
	margin: 10px;
	display: inline-block;
	text-align: center;
}
.buttons img {
    margin:0px;
}
h1, h2, h3, h4, h5, h6, a, p {
	margin: 5px;
}
li {
	list-style-image: url('images/navdiv.gif');
	margin: 0;
	padding: 0;
}
#coolstuff {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
