/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
h2 {
  padding: 5px;
  color:#69250f;
}

body {
  background-image: url(tiles.jpg);
  color:white;
  font-family: Georgia;
}

a {text-decoration: underline; color: #211f1b;}

#box {
  width:1150px;
  margin:auto;
}

#intro {
      padding:1rem;
      margin:10px;
      border-radius: 10px;
      box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
      background-image: url('https://ceborecursos.carrd.co/assets/images/image14.jpg?v=0b3779ea');
      color:#ede4d5;
      text-shadow: 3px 3px 5px black; 

}

#main, #book {
      padding:1rem;
      margin:10px;
      border-radius: 10px;
      box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
      background-image: url('https://ceborecursos.carrd.co/assets/images/image17.jpg?v=0b3779ea');
      color:#211f1b;
      text-shadow: 1px 1px 3px grey; 

}

#cover img {
  height: 200px;
  width:auto;
  margin:5px;
  padding: 5px;
}

#book {
  width:33%;
   display: inline-block;
   text-align: center;
}

#image img {
  height: 200px;
  width:auto;
  margin:5px;
  padding:5px;
}

#gallery{
  text-align: center;
   padding:1rem;
      margin:10px;
      border-radius: 10px;
      box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
      background-image: url('https://ceborecursos.carrd.co/assets/images/image15.jpg?v=0b3779ea');
      color:#211f1b;
}


#main {
  width:60%;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  padding-left:6rem;
  padding-right:6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  
}

fecha {
  color:#69250f;
}

#titulo {
  padding:1rem;
      margin:10px;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  background-image: url("https://ceborecursos.carrd.co/assets/images/image13.jpg?v=61bf6cd5");
   border-radius: 10px;
}

#borde {
  text-align: center;
}

#footer {
   padding:1rem;
      margin:5px;
      border-radius: 10px;
      box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
      background-image: url('https://ceborecursos.carrd.co/assets/images/image16.jpg?v=0b3779ea');
      color:#ede4d5;
      text-shadow: 3px 3px 5px black; 
      text-align: center;
}