 body {
	 background-color: black;
 }  

p, a, h1, h2, h3{
	color: floralwhite;
	text-decoration: none;
	font-family: helvetica;
  }
 h1, h2, h3 {
	 color: dodgerblue;
 }
p {
	font-size: calc( 18px + .3vw);
}
.title {
	color: DodgerBlue;
	font-family: arial;
	font-size: calc( 24px + 3vw);
	text-align: center;
	border: 6px solid lightseagreen;
	border-radius: 20px;
	padding: 10px;
	margin: 50px;
	background-image: url("/stardust.png") ;
	background-attachment: fixed;
	background-size: cover;
    }



 .nav {
	 font-size: 35px;
 }

 .center {
	 text-align: center;
 }

 .box {
	 border: 4px solid lightseagreen;
	 border-radius: 10px;
	 padding: 5px;
	 margin-right: 20px;
	 margin-bottom: 20px;
	 width: auto;
	 background-color: rgb(15,15,15);
 }

 .mainbox {
	 border: 4px solid lightseagreen;
	 border-radius: 10px;
	 padding: 5px;
	 margin-right: 20px;
	 margin-bottom: 20px;
	 width: auto;
	 background-color: rgb(15,15,15);
	 padding-left: 20px;
	 padding-right: 20px;
 }



 .sideboxes {
	 max-width: fit-content;
	 margin-right: auto;
	 margin-left: 0px;
	 float: left;
	 border: none;
	 height: 685px;
	 width: 250px;
	 overflow: hidden;
	 white-space: nowrap;
 }
 .link {
	 color: blue;
	 text-decoration: underline;
 }
