html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 100px;
}

.par{
    font-family: 'Arial';
    font-size: 12pt;
    font-style: normal;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
}