footer{
    display: none;
    background-color: #fff;
    padding: 18px;
    position: fixed;
    bottom: 0;
    transition: 0.3s;
}
.footer-p{
    color: #848484;
    font-family: "Pitagon Sans Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}