body {
  margin: 0;
  line-height: 1.6;
}

* {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}

header {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
header img {
  display: block;
  width: 100%;
  max-width: 550px;
  padding: 10px;
  margin: 0 auto;
}

.fioriture.wave {
  position: relative;
  top: 10px;
}

.cont_footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

footer {
  background-color: #2B3C8E;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
footer small {
  text-align: center;
  display: block;
}
footer small a {
  color: rgba(255, 255, 255, 0.9);
}

.container {
  background: white;
  height: 50vh;
}

.book__container {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: max(26%, 326px);
}
