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

body {
background-color: #000000;
font-family: pokeds;
font-size: 15px;
letter-spacing: 1px;
word-spacing: -0.4px;
color: #FFFFFF;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: lowercase;
}
.box1 {
  width: auto;
  height: auto;
  background: #fff;
  padding: 5px;
  box-shadow: 5px 10px, #90abf5;
  overflow-y: scroll;
}