/*
General Styling 



*/

body{
background-color:black;
}


/* Used for all page contents within a div using this class - exclude navbar and footer */
.pagecontents {
    
    margin-right: 8px;
    margin-left: 8px;
}

   



