body {
background-image:url("https://biolent.neocities.org/About%20Me%20Page/images/arcade-2.png");
background-attachment: scroll;
background-size:100%
}

.container {
  background-color: #000;
  display: flex;
  width: 625px;
 height: 372px; 
 margin: 0;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.container-2 {
  min-width: 460px;
  border: 3px solid red;
}
.sidebar {
  background-color: #000;
  min-width: 175px;
  box-shadow: 5px 5px 5px black;
  border: 3px solid red;
}

.me {
 display: flex;
 height: 238;
}

h1, h2, h3, h4, h5, h6, td {
  color: yellow;
}
/*https://biolent.neocities.org/images/pink-and-black-background-1680-x-1050-s94620g37i0g7le8-1051510503.jpg*/
p {
  color: white
}

table {
  width: 100%;
  height: 100%;
}

td {
  padding: 5px;
}

a {
  color: red;
}

a:visited {
  color: #8B0000;
}

a:hover {
  color: pink;
}

a:active {
  color: white;
}