.div-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-text {
    background-color: none;
    color: rgb(28, 28, 91);
    text-align: right;
    margin: 0px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: -1px;
    padding-top: 10px;
    font-size: 18px;
}
