body {
  font-family: 'Merriweather', serif;
  /* background: url('./images/Twelve-background.jpg');  */
  background-color: azure;
}

.cntr {
  text-align: center;
}

.logo {
  padding-right: 5px;

}

.lspace {
  padding-left: 18vw;
}

.lspace3 {
    padding-left: 4vw;
}

.titleChapter {
    color: midnightblue;
    font-family: 'Tangerine', cursive;
    font-size: 48px;
    text-align: center;

}

.top {
  /* background-color: white; */
  background: url('./images/clouds-fog.jpg');
  color: antiquewhite;
  font-family: 'Tangerine', cursive;
  font-size: 36px;
  border-radius: 0;
  text-shadow: 2px 2px 4px #000000;
}

ul {
  list-style-type: none;
}

/* font-family: 'Beau Rivage',
cursive;
 */