body {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  line-height: 1.6;
  background: #fff;
}

* {
  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 h1 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: -3.5px;
  font-size: 41px;
  color: #201e5e;
  text-align: center;
  font-weight: 900;
  padding: 10px 20px;
}
header h1 span {
  color: white;
}

.fioriture.wave {
  position: relative;
  top: 10px;
}

.cont_footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

footer {
  border-top: 1px solid #253379;
  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 {
  height: 60vh;
}

.book__container {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: max(30%, 326px);
}
