body {
  color: white;
  font-family: Verdana;
  background-image: url('https://jamadrugas.neocities.org/Texture_other_060.gif');
}

a{
  margin:0;
}

.bigsitetitle{
  height: 225px;
  margin-bottom: 0px;
  background-position: center center;
  margin-left:auto;
  margin-right:auto;
  }

aside{  
  border-width:2.5;
  margin-top:5;
  width:200px;
  height:auto;
  background-color:black;
}

h1 {
  color:chartreuse;
  text-align: center;
  font-family: Arial;
}

h2{
  color: yellow;
  text-align: center;
  font-family: FUTUREM_;
}

.capbox1{
    border-width:5px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    border: 0.25rem outset cornsilk;
    width:50%;
    height:auto;
    background-position:center;
    background-color:cornsilk;
}

header {
  background-color:chocolate;
	background-size: cover;
	background-position: center;
	border: 0.25rem inset chocolate;
	width: 98.7%;
	height: 120px; /* change banner height here*/
	border-radius: 5px;
	position: relative;
}

img{
  vertical-align:middle;
}
#flex{
  display:flex;
}
#leftsidebar {
  order: 3;
  border: outset gold;
  background-color: lightgray;
}

p {
  text-align:center;
  color: #a800ff;
  font-family: SirClive;
}

li {
  list-style-type: circle;  
  padding-left: 10px;
  color: black;
}