@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://file.garden/ZvZ4vyE050beWbUU/Neocities/Backgrounds/thumb_SB146.jpg");
                color: black;
            }
          
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar{
  background-image: url("https://file.garden/ZvZ4vyE050beWbUU/Neocities/Backgrounds/wall_06.gif");
  width: 200px;
  height: 100vh;
  float: left;
  padding: 10px;
  overflow: scroll;
}
.backbox {
  height: 100vh;
  width: 1100px;
  background-image: url("https://file.garden/ZvZ4vyE050beWbUU/Neocities/Backgrounds/wall_06.gif");
  overflow: scroll;
  
}
.Maincontent {
  background-image: url("https://file.garden/ZvZ4vyE050beWbUU/Neocities/Other%20graphics/hip-square.png");
  width: 1000px;
  height: 300px;
  padding: 10px;
  margin: 40px;
  overflow: scroll;
}

h1 {
  color: black;
}
h2 {
  color: black;
}
h3 {
  color: black;
}
h4 {
  color: black;
}
p {
  color: black;
}
a {
  color: black;
}
