body {
  background-image: url("https://damian-96.neocities.org/image_dump/backgrounds/bluegalaxy.jpg");
  font-size: 18px;
  font-family: helvetica;
  background-size: cover;
  margin: 0px;
  margin-top:-25px;
  background-attachment: fixed;
  background-repeat: repeat-x;
  min-height: 100%
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: #5ebbf2;
	text-decoration: none;
}

::-webkit-scrollbar {
width: 15px;
}

::-webkit-scrollbar-track {
background: #FA6939;
}

::-webkit-scrollbar-thumb {
background: #000000;
}

::-webkit-scrollbar-thumb:hover {
background: #2D2D2D;
}


h1 {
  font-size: 2em;
  margin-bottom: 21px;
  visibility: hidden;
}

#header {
  background:url("https://damian-96.neocities.org/image_dump/backgrounds/D96Bannerblue.png");
  background-size: 100% 100%;
  color: white;
  max-height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0px;
  margin-top: 1px;
}

#container {
  max-width: 99%;
  min-height: 100vh;
  margin: auto;
  margin-top: -15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
}

#side1 {
display: flex;
flex-direction: column;
height: 100vh;
width: 270px;
justify-content: space-between;
align-content: center;
padding: 5px;
position: relative;
}

#top {
height: 230px;
width: 250px;
margin-left: -30px;
}

#mid {
height: 230px;
width: 250px;
display: flex;
align-items: center;
justify-content: center;
}

#bottom {
height: 230px;
width: 250px;
position: relative;
}

#main{
  background-color: #0e4192;
  text-align: center;
  width: 800px;
  min-height: 650px;
  margin: 10px;
  margin-top: 0px;
  padding: 10px;
  position: relative;
  outline-style: outset;
  outline-width: 3px;
  outline-color: #061534;
}

#main h2{
  font-size: 40px;
}

#cam1{
  position: absolute;
  top: 10px;
  left: 20px;
  height: 130px;
}

#cam2{
  position: absolute;
  top: 10px;
  right: 20px;
  height: 130px;
}

#box1{
	width: 795px;
	min-height: 650px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: auto;
}

#side2 {
display: flex;
flex-direction: column;
height: 700px;
width: 270px;
justify-content: space-between;
align-content: center;
align-items: center;
padding: 5px;
}

#navbar {
  background-color: #0e4192;
  padding: 5px;
  position: relative;
  margin-top: 10px;
  outline-style: outset;
  outline-width: 3px;
  outline-color: #061534;
}

#navbar ul {
  list-style-type: none;
  align-items: center;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

#navbar li a {
  display: block;
  padding: 8px 16px;
  margin: 15px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  outline-style: outset;
  outline-width: 3px;
  outline-color: #061534;
  text-align: center;
}

#navbar li a:hover {
  background-color: #1a417a;
  border-style: inset;
}

#footer {
  width: 99%;
  height: 70px;
  text-align: center;
  margin: 0px;
  margin-bottom: 1px;
}