@font-face {
  font-family: "palatine-parliamentary";
  src: url("https://cdn.jsdelivr.net/gh/ezgranet/mywebsite/final-palp/PalatineP-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "palatine-parliamentary";
  src: url("https://cdn.jsdelivr.net/gh/ezgranet/mywebsite/final-palp/PalatineP-Bold.otf");
  font-weight: bold;
  font-style: normal;
} 
@font-face {
  font-family: "palatine-parliamentary";
  src: url("https://cdn.jsdelivr.net/gh/ezgranet/mywebsite/final-palp/PalatineP-Italic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "palatine-parliamentary";
  src: url("https://cdn.jsdelivr.net/gh/ezgranet/mywebsite/final-palp/PalatineP-BoldItalic.otf");
  font-weight: bold;
  font-style: italic;
}
body {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family:  "palatine-parliamentary", serif !important;
  text-align:  justify !important;
  font-size: 1.1rem;
}
.sidenote {
  font-size: 0.7rem;
  float: left;
  width: 12.5%;
  margin-left: -15%;
  position: relative;
  text-align:  initial !important;
}
b {
  font-weight:  bold !important;
}
i {
  font-weight:  italic !important;
}
table, th, td {
  border: 1px solid black;
}
table.center {
  margin-left:auto;
  margin-right:auto;
}
.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.verticalLine {
  border-left: thick solid #000000;
}
