body {
  background-color: rgb(233, 217, 196);
}

.main-container {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.right-container {
  width: 35%;
  background-image: linear-gradient(to left, rgba(233, 217, 196, 0.02), rgba(233, 217, 196, 1)), url('ciel-etoile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10%;
}

.central-container {
  width: 65%;
}

.poeme {
  padding: 10px 0;
  margin-left: 10vw;
}

#poeme-1 {
 padding-top: 70px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.poeme h2 {
  font-family: "Strasua", sans-serif;
  font-size: 21px;
}

.poeme .date {
  font-family: "Strasua", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 12px;
}

.poeme p {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

@font-face {
  font-family: Strasua;
  src: url(strasua.otf);
}
