@font-face {
  font-family: 'LibreBaskervilleRegular';
  src: url('https://fontlibrary.org/assets/fonts/libre-baskerville/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoutureBold';
  src: url('https://fontlibrary.org/assets/fonts/couture/Couture-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  background: #fff;
  font-family: 'LibreBaskervilleRegular', georgia, serif;
  font-size: 85%;
  line-height: 130%;
  max-width: 600px;
    width: 100%;
  margin: 2em auto;
  padding: 0 1em;
    box-sizing: border-box;
  text-align: justify;
}

img {
  max-width: 100%;
    width: auto;
  height: auto;
  display: block;
 
}

nav {
  font-family: 'CoutureBold', verdana, sans-serif;
  color: black;
  text-decoration: none;
  border-style: none;
  border-width: 0 0 1px 0;
  border-color: black;
  text-align: justify;
}

nav::after {
  content: '';
  display: inline-block;
  width: 100%;
}

a, a:visited {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: black;
  text-decoration: none;
}

footer {
  font-size: 80%;
  text-align: right;
}
