@font-face {
  font-family: 'NotoSansJP';
  src: url('/fonts/NotoSansJP-VariableFont_wght.woff2') format('woff2'),
  url('/fonts/NotoSansJP-VariableFont_wght.woff') format('woff');
}
#bold {
  font-family: NotoSansJP;
  font-weight: 600;
  color: #FFF;
}
a {
  font-family: NotoSansJP;
  font-weight: 400;
  color: #FFF;
}
a:link {
  font-family: NotoSansJP;
  font-weight: 600;
  color: #FFF;
}
a:visited {
  font-family: NotoSansJP;
  font-weight: 600;
  color: #FFF;
}
main {
  max-width: 1000px;
  margin: 2rem auto;
  height: 70rem;
  background-color: #999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#top-banner {
	width: 1000px; /*edit the width and height however u want, i just needed it to take up enough space to look like a banner. same goes for all other elements*/
	height: 400px;
	background-color: grey; /*using a background color to block out since its not actually an image element lol*/
}
#top-marquee {
	width: 1000px;
	height: 60px;
	background-color: grey;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav p{
  font-family: NotoSansJP;
  font-weight: 600;
  color: #FFF;
border: 1px solid #FF0000;
width: 190px;
background-color: #000;
margin: 20px 10px 0 10px;
padding: 5px 5px 20px 5px;
border-radius: 5px;
height: 1.4rem;
font-size: 1.3em;
background: #c32222;
background: linear-gradient(0deg, rgba(195, 34, 34, 1) 0%, rgba(15, 1, 1, 1) 100%);
}
#nav li::after{
content: url(/images/evilbullet.gif);
position: relative;
top: -2.2rem;
left: 11.5rem;
}
#nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#left-side {
  background-size: 110px;
  width: 220px;
  background-color: #000;
  display: flex;
  margin-right: 5px;
  align-items: center;
  border-radius: 12px;
  border-width: 10px;
  border-style: outset;
  border-image-outset: 22px;
  border-image: url("/images/evilborder.png") 8 round;
}
#right-side {
  vertical-align: top;
  font-family: NotoSansJP;
  font-weight: 400;
  color: #FFF;
  width: 700px;
  background-color: #000;
  display: flex;
  margin-left: 5px;
  align-items: flex-start;
  text-align: justify;
  text-justify: auto;
  padding: 15px 20px;
  border-radius: 12px;
  border-width: 10px;
  border-style: outset;
  border-image-outset: 22px;
  border-image: url("/images/evilborder.png") 8 round;
}
#main-elements {
	width: 970px;
	padding: 5px;
	background-color: #C70000;
  display: flex;
  align-items: stretch;
  margin-bottom: 5px;
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 0;
  border-width: 12px;
  border-style: outset;
  border-image-outset: 18px;
  border-image: url("/images/evilmainborder.gif") 13 round;
}
#footer {
	width: 1000px;
	height: 120px;
	background-color: grey;
}