/* STYLE SECTIONING TAGS */
body {
 background-color: black; 
}

/* STYLE TEXT */
header {
  border:1px solid #ccc;
  border-bottom: transparent;
  border-width:3px;
  margin:200px;
  margin-bottom:0px;
  padding:50px;
  text-align: center;
  color: white;
	/*background-color: black;*/
	background-image: url=("https://cdn.discordapp.com/attachments/983184895348211792/983185080849674290/unknown-4.png");
}

main {
	text-align: center;
	color: white;
  border:1px solid #ccc;
  border-width:3px;
  border-bottom: transparent;
  border-top: transparent;
  margin:200px;
  margin-top:0px;
  margin-bottom:0px;
  padding:20px;
  text-align: center;
  text-color: white;
	background-color: black;
}

.portname {
	text-align: center;
	color: white;
}

/* STYLE IMAGES */

/* STYLE NAV BAR */
nav {
  border:1px solid #ccc;
  border-width:3px;
  border-top: transparent;
  list-style:none;
  margin:200px;
  margin-top:0px;
  padding:1px;
  text-align: center;
  background-color: black
}
  
.directory {
  color: white;  
    /*The dots from the nav selections have a black dot that I dont know how to get rid of.*/;
}