@font-face {
  font-family: "rascal";
  src: url("https://files.catbox.moe/14a51k.ttf");
}

@font-face {
  font-family: "pc98";
  src: url("https://files.catbox.moe/i0ns2d.ttf");
}

::selection {
  background: #aeb6c2;
}

body {
  image-rendering: pixelated;
  background: #000;
  width: 800px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

#hi {
  background: url("https://commatose.neocities.org/assets/home.jpg");
  background-size: cover;
  position: relative;
  width: 360px;
  height: 286px;
  color: #000;
  font-size: 20px;
}

h1 {
  font-family: "rascal";
  font-weight: 100;
  font-size: 50px;
  margin: 0;
}

p {
  text-indent: 50px;
}

ul {
  list-style-type: "✳ ";
  margin-left: 50px;
}
