@font-face {
  font-family: "dreamer";
  src: url("https://files.catbox.moe/yuboak.woff");
}

@font-face {
  font-family: "cursive";
  src: url("https://files.catbox.moe/423gxc.ttf");
}

::selection {
  color: #000;
  background: #e9eade;
}

a {
  color: #d3d9db;
  text-decoration: underline;
}

h1 {
  font-size: 26px;
  margin: 0;
}

hr {
  border: 1px dotted #b8ba9b;
}

ul, ol {
  margin: 0;
  padding: 0;
}