body { 
  background-image: url('https://cubicsdoghouse.neocities.org/images/velveter.png');
  background-position: fixed;
  background-repeat: repeat;
  font-family: Monospace; 
  color: #ffffff; 
  font-size: 8px;
}

.empty_box {
  position: absolute;
  top: 100px;
  display: inline-block;
  padding: 5px;
  height: 530px;
  width: 530px;  
}

.top_container {
  display: flex;
  justify-content: center;
  height: 220px;
  margin: auto;
}

.center_container {
  display: flex;
  justify-content: center;
  height: 920px;
  width: 1270px;
  margin: auto;
}

.left, .right, .center, .top {
  border-radius: 5px;
  border: double 4px;
  border-color: #ffacea;
  background-color: #000000;
  padding: 8px;
  margin: auto;
  height: 920px;
  text-align: justify; 
  font-family: Monospace; 
  overflow: hidden;
}

.left {
  height: 980px;
  width: 200px;
  margin-right: 5px;
  padding: -5px;
  font-size: 12px;
}

.right {
  height: 980px;
  width: 200px;
  margin-left: 5px;
  padding: -5px;
  font-size: 12px;
}

.center {
  height: 980px;
  width: 530px;
  padding: -5px; 
  font-size: 10px;
}

.top {
  height: 160px;
  width: 1000px;
  padding: -5px; 
  font-size: 10px;
}

p {
  color: #FF3399;
  transition: all 0.2s ease;
  text-decoration: none;
  text-shadow: -1px 0 5px #000000, 0 1px 5px #000000, 1px 0 5px #ffffff, 0 -1px 5px #000000;
}

a {
  color: #ffffff;
  transition: all 0.2s ease;
  text-decoration: underline;
  text-shadow: -1px 0 5px #000000, 0 1px 5px #000000, 1px 0 5px #ffffff, 0 -1px 5px #000000;
}