p{
	color: navy;
	font-family: "Merriweather", serif;
	font-size: 14px;
	text-align: left;
}

h1{
    color: red;
    font-size: 20px;
    font-family: "Times New Roman";
    text-align: left;
}     

body{
  max-width: max-content;
  margin: auto;
} 

div-cap {
  width: 500px;
  height: 100px;
  background: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  box-sizing: content-box;
  margin: auto;
}  

.text-cartes {
  width: 500px;
  height: 500px;
  background: transparent;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-sizing: content-box;
  margin: auto;
}


#intro{
    color: navy;
    font-family: "Times New Roman", serif;
    font-size: 16px;
    text-align: left;
    font-variant: small-caps;
    background-color: transparent;
    margin: auto;
    
}  
  