body {
  background-color: hsl(0,0%,2%);
  background-image: url('/stars4.gif');
  color: white;
  font-family: Verdana;
}
#flexmain{
  width:80%;
  margin:auto;
  height: fit-content;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}
#centerpage {
  width:50%;
}
#leftpage {
  width:25%;
}
#rightpage {
  width:25%;
}
.box {
  width: 100%;
  height: auto;
  margin: auto;
  border: 2px solid #333333;
  background-color: #555555;
}
.title {
  width: 100%;
  height: auto;
  margin: auto;
  border-bottom:2px solid #333333;
  background-color: #555555;
}


