body {
  background-image: url('/res/fireworks.jpg');
  background-repeat: repeat;
  background-size: 200px;
}


li {
  list-style: none;
  padding: 10px 30px;
  background-image: url("/res/roxas.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  font-family: Arial;
  color: white;           
}

p{
  font-family: Arial;
  color: white;
}

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

h2{
  font-family: Arial;
  color: white;
  
}

h3{
  font-family: Arial;
  color: white; 
}

#site-color{
  background-color: #467335;
}
.page{
  display: flex;
  flex-direction: column;
  background-color: #001a00;
  text-align: left;
  justify-content: center;
  width: 600cm;
  
}

.header{
  margin: auto;
  width: 600px;
  background-color: #467335;
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
}
.tnavbar{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #001a00;
  margin-left: 300px;
  margin-right: 300px;
}

.flex-parent{
  display: flex;
  justify-content: center;
  align-items: auto;
}
.lsidebar{
  background-color: #001a00;
  text-align: left;
  margin-left: 300px;
}
.rsidebar{
  background-color: #001a00;
  text-align: left;
  margin-right: 300px;
}
.middle{
  flex-grow: 1;
}
.container{
  display: flex;
  flex-direction: column;
  background-color: #0E0E0E;
  border: 2px solid brown;
  padding: 10px;
  margin: 10px;
  
}


