body {
    background: #212121;
    background-size: cover;
}

.godhelpme {
    display: block;
    margin: auto;
    width:850px;
    height: 200px;
    background-image: url("https://twistedapparitionta.neocities.org/images/banner.png");
    background-size: cover;
    position: relative;
}

.nav {
width: 850px;
height: 20px;
margin: auto;
background-image: linear-gradient(143deg,#6C25B8,#9C1E54);
padding: 2px;
overflow-y: scroll; 
}

a {
  color: black;
}

.content-box {
width: 846px;
height: 500px;
margin: auto;
background-image: url("https://twistedapparitionta.neocities.org/images/help.png");
background-size: cover; 
padding: 2px;
overflow-y: scroll; 
}

table {
  text-align: center;
  margin: auto;
  font-size: 10px;
  width: 100%;
}

th, td {
  padding: 1px;
  border: 2px solid black;
}
