body {
  margin: 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  background-color: #fafafa;
}

header .bandeau {
  background: url('https://www.transparenttextures.com/patterns/lined-paper.png');
  padding: 20px;
  position: relative;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.noeud {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 100px;
}

nav {
  text-align: center;
  font-size: 1.5em;
  margin-top: 10px;
  text-transform: uppercase;
}

.presentation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 50px 0;
}

.illustration-fille {
  height: 300px;
  margin-right: 40px;
}

.bloc-texte {
  border: 3px solid black;
  border-radius: 40% 40% 40% 40% / 20% 20% 20% 20%;
  padding: 40px;
  font-size: 2.5em;
  font-weight: bold;
  transform: rotate(-2deg);
}

.fleur-gauche {
  position: absolute;
  bottom: -50px;
  left: 50px;
  width: 100px;
}

.myrtilles {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 100px;
}