body {
  background-color: black;
  background-image:url("https://pizzarisu.neocities.org/assets/loading2.gif");
  background-size: cover;
background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  cursor: url(cursor.gif), pointer;
}

.maincontainer{
	 width: 80%;
  height: 800px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 10px;
}

.innerbox{
		margin-top: 200px;
}
.textbox{
	max-width: 800px;
	height: 180px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: 'PKMNDppt';
	color: white;
	background-color: #302F2F;
	border: #A2DF58 ridge 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: 20px;
	position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  overflow-y:auto;
}

.pachi{
	background-image: url("https://pizzarisu.neocities.org/assets/sleepypachi.gif") no-repeat;
	margin: auto;
 
}

   .pachi:hover {
        background: url("https://pizzarisu.neocities.org/assets/awakepachi.gif") no-repeat;
    }


@font-face {
font-family: "PKMNDppt";
src: url("https://pizzarisu.neocities.org/about/pokemon-dppt.ttf");
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}