
body {
  background-color: pink;
  color: black;
  font-family: Garamond;
}

.header {
  font-family: LinLibertine;
}

.para {
  font-family: NintendoDS;
  font-size: 125%;
}

.center {
  text-align: center;
}


@font-face {
  font-family: "LinLibertine";
  src: url("fonts/WIKI-LinLibertine_aS.ttf") format("truetype");
  font-weight: normal;
}


/* UNUSED FONTS */

@font-face {
  font-family: "Adelia";
  src: url("fonts/ADELIA.woff2") format("woff2"),
       url("fonts/ADELIA.woff") format("woff"),
       url("fonts/ADELIA.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "NintendoDS";
  src: url("fonts/Nintendo-DS-BIOS.ttf") format("truetype");
  font-weight: normal;
}

div.boxhead {
  width:125%;
  height:125%;
  >
}


div.boxed {
  border: 15px solid white;
  background-color: lightblue;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 15%;
  margin-bottom: 15%;
}

