body { 
  background-image: url('/Images/Trans Pride Brick Darker 2x.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  font-family: Monospace;
  color: #ffffff;
  font-size: 8px;
}

.top_container {
  display: flex;
  justify-content: center;
  height: 90px;
  width: 930px;
  margin: auto;
}

.center_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 920px;
  width: 930px;
  margin: auto;
}

.left, .right, .center, .top {
  border-radius: 5px;
  border: double 4px;
  border-color: #ffffff;
  background-color: #000000;
  padding: 8px;
  margin: auto;
  height: 920px;
  text-align: justify; 
  font-family: Monospace; 
  overflow: hidden;
}

.left {
  height: auto;
  width: 200px;
  margin-right: 5px;
  padding: -5px;
  font-size: 12px;
}

.right {
  height: auto;
  width: 200px;
  margin-left: 5px;
  padding: -5px;
  font-size: 12px;
}

.center {
  height: auto;
  width: 530px;
  padding: -5px; 
  font-size: 10px;
}

.top {
  height: 160px;
  width: 1000px;
  padding: -5px; 
  font-size: 10px;
}