@font-face {
  font-family: 'Waiting for the Sunrise';
  src: url(https://roseythorns.neocities.org/WaitingfortheSunrise.ttf)format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 130%;
  position: relative;
  background-color: black;
  color: white;
  text-shadow: 0 0 12px #000000;
  filter: drop-shadow(0 0 5px #000000);
  font-family: 'Waiting for the Sunrise', sans-serif;
}
h1,figcaption{
  text-align: center;
}
body::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.4;
  z-index: -1;
}