@charset "utf-8";

/* Body Design Shit */

body {
    background-color: black;
   	color: white;
  }

 /* Stand Aside */

 aside {
 	display: block;
 	float: left;
 	width: 550px;
 	margin: 30px;
 }

/* Titles */

h2 {
	color: red;
}

h3 {
	color: red;
}

/* Feelin Boxxy */

.box {
width: 50px;
padding:10px;
border: 2px solid red;
    }

/* Other Sites*/

a {
  color: limegreen;
  font-weight: bold;
}

/* My Verbal Vomit*/

div#heresdapages {
	float: right;
	width: 500px;
 	margin: 50px
}

/* Page Formatting */

div#comicpages {
	display: block;
	float: center;
}

/* Updates */

div#update_notes {
	display: block;
	float: left;
}