@font-face {
  font-family: 'Alagard';
  src: url('https://jeweljar.neocities.org/alagard.woff') format('woff'),
       url('https://jeweljar.neocities.org/alagard.woff');
}


body {
  font-family: 'Alagard';
  background-color: MediumAquaMarine;
}

h1 {
  color: teal;
  font-family: 'Alagard';
  font-size: 50px;
}

p1 {
  color: DarkCyan;
  font-family: 'Alagard';
  font-size: 50px;
}

a {
    text-decoration: none; /* Remove underline */
    border: none; /* Remove border, if any */
}
