@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('/fonts/LM-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Latin Modern';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('/fonts/LM-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Latin Modern';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('/fonts/LM-bold.ttf') format('truetype');
}


body {
  font-family: 'Latin Modern', Georgia, Cambria, 'Times New Roman', Times, serif;
}


main { 
    max-width:800px;
    margin: auto;
    padding: 50px;
    /* overflow-x: hidden; */
  }

nav {  
    display: flex;
    justify-content: space-between;
  }

nav a {
    font-size: 16px;
    color: black;
}

p {
    font-size: 16px;
}

p a {
    color: #000;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  main p {
    text-align: justify;
  }

  main blockquote {
    text-align: justify;
  }