p { line-height: 24px; } body { font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: normal; margin: 0px 60px; } #container { width: 100%; height: max-content; justify-content: center; } /* CABEÇALHO DO ARTIGO */ #cabecalho { width: 100%; height: max-content; display: flex; justify-content: center; padding: 20px 0px 20px 0px; } .img-fluid { max-width: 100%; height: auto; width: 400px; } .tipotrabalho { text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; color: white; background-color: #21409a; width: 300px; margin-left: 50px; font-size: 16pt; display: flex; justify-content: center; align-items: center; } #links { display: flex; justify-content: center; align-items: center; height: 30px; } .icones { width: 24px; padding-left: 5px; padding-right: 10px; } .linkcabecalho { text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 20px 10px; font-size: 14px; align-items: center; } a { text-decoration: none; color: #1a68cf; } /* FIM CABEÇALHO DO ARTIGO */ /* TÍTULO PRINCIPAL ---------------------------------------------*/ h1 { text-align: center; padding: 30px 0px 20px 0px; font-weight: 500; font-size: 30px; } /* FIM TÍTULO PRINCIPAL ---------------------------------------------*/ /* TÍTULO TRADUZIDO ---------------------------------------------*/ .translate { font-style: italic; font-size: 20px; font-weight: normal; padding: 10px 0px 0px 0px; } hr { background-color: #21409a; } /* AUTORES -----------------------------------------------------*/ h2 { font-size: 20px; font-weight: bold; } .autorum { padding-top: 30px; } h3 { font-weight: 300; } h2, h3 { padding-top: 20px; } .citacao { font-style: italic; padding-left: 60px; font-size: 15px; } .semItalico { font-style: normal; } #footer { position: fixed; left: 0; bottom: 0; width: 100%; height: 50px; background-color:yellow; color: black; display: flex; align-items: center; } .cc { height: 30px; align-items: center; }