* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Adelia;
    src: url(https://willdotjpg.gay/fonts/ADELIA.OTF);
}

@font-face {
    font-family: Daisywheel;
    src: url(https://willdotjpg.gay/fonts/daisywhl.otf);
}

h1 {
  font-family: 'Adelia'
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Daisywheel';
  text-align: center
}

a {
  color: #fff
}