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


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

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

p1 {
  font-size: 15px;
  color: DarkCyan;
}

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