html, body {
    height: 90%;
    min-height: 90%;
 }

body{
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-repeat: no-repeat;

    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.wrapper {
  height: 85%;
  min-height: 85%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.wrapper div {
  padding: 20px;
  border: 0px;
}

.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: space-around;
    font-size: 10pt;
    background-color: rgba(255,255,255,0.03);
}

#article_footer_centro{
    padding: 5px 5px 2px 5px;
    height: 5%;
    width: 100%;
    text-align:  center;
}
