body {
  margin: 0;
}

header {
  background-color: #e8baba;
  font-family: Papyrus, serif;
  text-align: center;
  color: white;
  padding: 20px;
}

nav {
  background-color: #f3e6e6;
  color: white;
  padding: 10px;
}

nav a {
  font-family: Garamond, serif;
  font-size: 18px;
  color: black;
  margin-right: 15px;
  text-decoration: none;
}

main {
  font-family: Georgia, serif;
  display: flex;
}
  article {
    margin-bottom: 40px;
  }

  .articulos {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  
  .seccion1 {
    width: 90%;
    padding: 20px;
  }
  
  .seccion2 {
   width:100%;
   padding: 20px;
   display: flex;
   flex-direction: column;
  }
  
  .articulo-desinformacion {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .articulo-consecuencias h2 {
    font-family: Lucida Handwriting;
    color: #CE6F81;
  }
  
  .articulo-consecuencias {
    text-align: justify; 
  }

  .articulo-desinformacion img {
    width: 250px;
    margin-right: 20px;
  }

  .texto-articulo {
    text-align: justify;
    padding: 10px;
  }

  .texto-articulo h2 {
    font-family: Lucida Handwriting;
    color: #CE6F81;
  }
  
  .articulo-noticia {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .articulo-noticia img {
    width: 250px;
    margin-left: 20px;
  }
  
  .articulo-desinformacion img, .articulo-noticia img {
    margin: 0 20px;
  }
  
  .texto-veracidad h2 {
    font-family: Lucida Handwriting;
    color: #CE6F81;
  }
  
  .articulo-veracidad {
    text-align: justify;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .articulo-veracidad iframe {
    margin-right: 20px;
    margin-left: 60px;
    width: 300px;
    height: 250px;
  }
  
  .articulo-ejemplos {
    font-family: Arial;
    font-size: 17.5px;
    text-align: justify;
    letter-spacing: 2.5px;
    padding: 25px;  
  }
  
  .articulo-ejemplos h2 {
    font-family: Lucida Handwriting;
    color: #CE6F81;
  }
  
  .articulo-soluciones h2 {
    font-family: Lucida Handwriting;
    color: #CE6F81;
    padding: 10px;
    margin-left: 25px;
  }
  
  .articulo-soluciones {
   margin-left: 90px;
   margin-right: 90px;
   padding: 10px;
   text-align: justify;
   font-size: 17px;
  }
  
  .tabla-consecuencias {
  width: 40%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-left: 30px;
  font-family: Comic;
  font-size: 18px;
  }

.tabla-consecuencias th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 4px solid #ce6f81;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  }

.tabla-consecuencias td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }
  
aside {
  width: 20%;
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: 20px;
}

.lateral {
  background-color: #f2f2f2;
  padding: 20px;
}

.lateral h3 {
  margin-top: 0;
  font-family: Papyrus, sans-serif;
  color: #CE6F81;
}

.redes {
  list-style: none;
  padding: 0;
}

.redes li {
  margin-bottom: 10px;
}

.redes a {
  text-decoration: none;
  color: #333;
}

.redes a:hover {
  color: #CE6F81;
}

footer {
  font-family: Arial, sans-serif;
  background-color: #333333;
  color: white;
  text-align: center;
  padding: 10px;
}

form {
  width: 70%;
  margin: auto;
}

fieldset {
  margin-bottom: 20px;
  padding: 30px;
}
