@font-face {
  font-family: Pokeds; /* set name */
  src: url(https://file.garden/ZvZ4vyE050beWbUU/Neocities/fonts/pokeds.woff); /* url of the font */
  font-color: black;
           }  
           

            body {
                font-family: 'pokeds';
                font-size: 10px;
                margin: 0;
                background-image: url('https://elioffline.neocities.org/img/homeback.gif');
                background-color: #100517;
                color: #B33BFF;
            }

.topbar {
  width: 100%;
  height: 5%;
  margin: 0.5%;
  background-color: #2D1040;
}
          
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar{
  background-color: #2D1040;
  width: 6.5%;
  height: 100%;
  float: left;
  position: fixed;
  overflow: scroll;
}
.backbox {
  height: 100%;
  width: 70%;
  background-color: #2D1040;
  padding: 0.5%;
  margin-left: 6.5%;
  position: relative;
  border: 1px solid #B33BFF;
}
.ads {
  height: 75%;
  width: 100%;
  padding: 0.5%;
  margin-left: 6.5%;
  position: relative;
  bottom: 50%;
}

.button {
	Height: 2.5%;
	width: 100%;
	background-color: #4D1A6E;
	font-size: 10px;
	
}
.box2 {
    border: 1px solid #B33BFF;
	  background-color: #4D1A6E;
    height: auto;
  	width: auto;
    padding: 10px;
}


a {
  color: #B33BFF;
}