body { 
  

  font-family:Georgia, 'Times New Roman', Times, serif;   
  color: rgb(70, 26, 15);
  font-size: 22px;
  
  margin: 20px;
  background-color:rgb(255, 255, 255);;
}
.article-image {
  width: 100%;

  display: block;
  margin: 0 auto 30px auto;
  border-radius: 10px;
}

li{
  font-size: 22px;
  }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.keywords{
  text-align: center;
}
a {

  text-decoration: none;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 22px;
  color:rgb(255, 51, 0);
  
}

nav { 
   font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: rgb(255, 51, 0);

}
main { }

h1 { 
  font-size: 1em;
  margin-bottom: 20px;
}


header {
 
  margin-right: 10px;
  margin-bottom: 100px;
  
 }


header h1 { 
  text-align: center;
   font-family: Georgia, 'Times New Roman', Times, serif; 
   font-size: 14 vw;
   font-style: normal;
   line-height: 0.9;
   hyphens: none;
   margin-top: 20px;
   margin-bottom: 35px;
   display: flex;
   flex-direction: column;
   gap:.5em;
   align-items: center;

}

h1 strong {
  text-transform: uppercase;
}
.subtitle {
  font-size: .6em;
}
@supports (width: 1cqi){  
  h1 {
    font-size: min(8rem, 10cqi);
  }
  .index h1 {
    font-size: min(8rem, 14.5cqi);
  }
}

.authors {
  text-align: center;
margin-bottom: -6px;
margin-top: 50px;
     font-family:Georgia, 'Times New Roman', Times, serif;
     font-size: 1.5em;
     font-style:italic;
     line-height: 1;
     color:rgb(70, 26, 15);


     
 }
.keywords { 
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: .65em;
  font-style: italic;
  color: rgb(70, 26, 15);
}

.epigraphe {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: rgb(70, 26, 15);
  font-size: 22px;
  font-style: italic;

 }
.text {
  max-width: 45rem;
display: flex;
  flex-direction: column;
  align-items: end;
  line-height: 1.4;
 }
.text p {
 

  
 }
.text .quote {

 }

h3{
  padding-top: 10%;
  font-size: 1.3em;
  font-style: normal;
  text-transform: uppercase;
  font-weight: lighter;
}
.readmore {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 20px;
  color: rgb(70, 26, 15);
  margin-left: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 45rem;
}
.biography {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  max-width: 45rem;
 }

.footnotes { 
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: rgb(255, 51, 0);
  margin-top: 100px;
}
h2 {
  padding-top: 16%;
  text-align: center;
  font-size: 1.6em;
  align-self: center;
  font-weight: lighter;
 }
 .fn {
  vertical-align: top;
  font-size: 66%;
  font-weight: bold;
  padding-left: .2em;
 }

ol{

  font-size: 16 px;
 }

 blockquote{
  padding-bottom: 16%;
  color:rgb(255, 51, 0);
  font-style: italic;
  } 
  .index strong{
    font-weight:normal;
    line-height: 1.35;
    } 

 .authors{ 
  padding-bottom: 16%;
 
}
