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;
}

.blinky {
  animation: blinker 2s step-start infinite;
  color: antiquewhite;
  position: absolute;
  top: 65%;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

audio {
  position: absolute;
  bottom: 0;
  opacity: 70%;
}

.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;
}

h1 {
  font-family: 'Splatoon2';
  src: url()
}

#info1 {
padding: .5em;
  height: 300px;
  width: 220px;
  margin: 60px;
  overflow: auto;
  border: 5px double #9C1E54;
  background-color: aliceblue;
  border-radius: 10px;
  float: left;
}

#info2 {
  padding: .5em;
  height: 300px;
  width: 220px;
  margin: 60px;
  overflow: auto;
  border: 5px double #862182;
  background-color: aliceblue;
  border-radius: 10px;
  position: relative;
  top: 130px;
  right: 55px;
}

#info3 {
padding: .5em;
  height: 300px;
  width: 220px;
  margin: 60px;
  overflow: auto;
  border: 5px double #991E5B;
  background-color: aliceblue;
  border-radius: 10px;
  position: relative;
  bottom:90px;
  left: 500px;
} 