body {
  border: thick double;
  border-radius: 20px;
  width: 40%;
}

h1 {
  font-family: Arial narrow;
}

h3 {
  font-family: Arial narrow;
}

.container {
  display: flex;
  flex-direction: column;
  background-color: #d8f7ec;
  border-radius: 20px;
}

.centre1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: navy;
}

.centre2 {
  color: navy;
  font-style: italic;
  display: flex;
  justify-content: space-around;
}

.dessous {
  display: flex;
  justify-content: center;
}


.photo {
  width: 611px;
  height: 100px;
}

p {
  font-family: Arial narrow;
  font-size: 20px;
}

