* {
  margin:0px;
  padding:0px;
  }
body {
    background-color: white;
}
@font-face {
    font-family: "Chalkduster";
    src: url(fuentes/amy/amyshandwriting.ttf);
  }
  @font-face {
    font-family: "ComicsansMS";
    src: url(fuentes/Comic_sans_MS/comic_sans_ms.ttf);
  }
  #logo {
    float: left;
    margin: 0px 2px 0px 30px;
  }
  nav {
    float: left;
    width: 250px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }
  #boton a {
  color: blue;
  text-decoration: none;
  font-family: Comic Sans MS;
  font-size: 18px;
  }
  #titulos {
      width: 92%;
      margin: auto;
      padding: 20px 0px;
      text-align: center;
      color: #5e47d1;
      font-family: chalkduster;
  }
  /*  Fin header*/
  
  figure#imgprin {
      text-align: center;
  }
  #imgprin img {
      width: 22%;
  }
  #space {
    width: 200px;
    height: 50px;
  }
  article {
      padding: 40px 0px;
      font-family: Comic Sans MS;
      color: black;
      text-align: center;
      font-size: 20px;
      word-spacing: 0.3em;
      line-height: 1.4em;
  }
  article h1 {
    color: #3465a4;
    text-align: center;
    line-height: 1.2em;
  }
  article h3 {
    padding: 0% 20%;
    font-size: 0.8em;
    text-align: right;
  }
  
  /*  footer */

  .azul {
      max-width: max-content;
    height: 20px;
    margin: 50px 50px;
  }
  .lazul a {
      color: blue; 
      text-decoration: none;
  }
  footer {
      width: 100%;
     height: 50px;
      padding-top: 30px;
      font-size: 18px;
      background-color: #e14372;
    }
    footer div {
      float: left;
      width: 154px;
      height: 1em;
      margin-left: 15px;
      opacity: .6;
  }
  #AD {
    padding-right: 10%;
  }
  #DR {
    float: right;
    padding-right: 2%;
    width: 220px;
    text-align: center;
  }
    .clearfloat {
      clear: both;
    }
    @media (max-width: 480px) {
        body {
        background-color: white;
        }
        header {
            width: 100%;
            height: 200px;
        }
        #logo img {
            width: 60px;
        }
         /*  Fin header*/

      #imgprin {
          padding-top: 0px;
            text-align: center;
        }
        #imgprin img {
            width: 280px;
        }
        article {
            width: 94%;
            padding: 0% 3%;
            font-size: 1em;
            font-family: ComicsansMS;
        }
        #autor {
          font-size: 0.7em;
        }
        
         /*  Fin article */
         button {
          margin: 20px 20px;
      }
      .lazul a {
          color: blue; 
          text-decoration: none;
          text-align: center;
      }
        footer {
            width: auto;
            font-size: 16px;
            padding: 0px;
            text-align: center;
        }
        footer > div {
            padding: 0.2em;
        }
        #CT {
          width: max-content;
        }
        #AD {
          width: max-content;
          padding: 0px;
        }
        #DR {
          width: max-content;
      }
    }