body {
  background: black;
  color: white;
  font-family: 'Cedarville Cursive', cursive;
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p {
 font-size: 30px;
 color: #5A5A5A;
 display: inline;
}

a {
  text-decoration: none;
  color: #7e709e;
  font-size: 30px;
  display: inline;
}

.shh {
  color: black;
}

.bi {
  width: auto;
  height: 600px;
  margin-top: 50px;
  border: 10px solid black;
}

.vi {
  width: auto;
  height: 750px;
  margin-top: 50px;
  border: 10px solid black;
}


.bg {
  background-image: url("https://ayeka.neocities.org/gameon/1111/images/1111.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  
}

table {
  width:90%;
}

table, th, td {
  border: 1px solid white;
}

th, td {
  padding: 10px;
}

audio{
  opacity: 25%;
}
