/*
  DON'T FORGET TO ADD THESE LINES BEFOREHAND:
  
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap" rel="stylesheet"> */
  
.radley-regular {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
  }

.radley-regular-italic {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: italic;
  }

main {
  font-family: "Radley", "Times New Roman", serif;
  margin-left: 20%;
  margin-right: 20%;
  text-indent: 15px; 
  }
  
main h1 {
  text-align : center;
  font-size: 24pt;
  color: #FFD180;
  text-decoration:underline;
  } 
  
main h2 {
  font-size: 18pt;
  color: #FFE5B4;
  } 
  
main p {
  font-size: 14pt;
  text-align: justify;
  text-justify: inter-word;
  }
  
#footnotes {
  font-size: 10pt;
  font-family: "Georgia";
  }
  
#footnotes hr {
  margin-right:65%;
  }
  
#footnotes p {
  font-size: 10pt;
  font-family: "Georgia", "Times New Roman", serif;
  }

footer p {
  text-align: center;
  font-family: "Radley", serif;
  font-size: 10pt;
  }