@font-face
{
  font-family: "miami";
  src: url("https://incense-ashes.neocities.org/cute_pages/cute_rsc/miami.ttf")
}

body {
background: url("https://incense-ashes.neocities.org/cute_pages/cute_rsc/cute_bg.png");
background-color: black;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

h1
{
  background-color: deeppink;
  font-family: "miami";
  color: lime;
  font-size: 2.2em
}

h2
{
  background-color: deeppink;
  font-family: "miami";
  color: yellow;
  font-size: 1.8em
}
