body {
}

.bandeau1 {
  background-color: #ec8f5c;
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 10px 10px 5px -5px #a9a9a9;
}
.bandeau1 h1 {
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.bandeau2 {
  background-color: #9fbb73;
  padding: 40px;
  margin-bottom: 50px;
}
.bandeau2 h2 {
  font-size: 2rem;
  font-family: "Courier New", Courier, monospace;
  color: #f1eb90;
  font-style: oblique;
}
.bandeau3 {
  background-color: #f3b664;
  margin-bottom: 50px;
}

p {
  margin: 0;
  padding: 10px;
  text-shadow: 2px 2px 2px #000;
  font-size: 2rem;
}
