body {
  background-color: #ffc595;
}

header {
  background-color: #eb9b83;
  color: #fff;
}

h1 {
  /*font-family: "Times New Roman", Georgia, Serif;*/
  font-family: 'Roboto', serif;
  font-size: 6rem;
}

.container {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width:100%;
}
section {
  background-color: #ffc595;
}

.citation {
  background-color: #eb9b83;
  margin-right:auto;
  margin-left:auto;
  width: 100%;
  padding: 50px;
}

.citation-text{  
  padding: 10px;
  margin-left: 80px;
  margin-right: 80px;
  /*border-left: 2px solid black;
 /* border-right: 2px solid black;*/
  font-size: 30px;
}

.auteur {
  display:none;
  border-top: 1px dotted black;
  font-size: 1.2rem;
  margin-right: 100px;  
}

#btn-twitter-lnk{
  color: white;
}

footer {
  background-color: #de534b;
  color: white;
}

footer a {
  text-decoration: underline;
  color: white;
}

footer a:hover {
  text-decoration: none;
  color: white;
}

footer p {
  font-family: Arial;
  font-size: 1rem;
  color: white;
}

.btn-secondary {
  color: black;
}

