footer {
    text-align: center;
    position: Relative;
    float: bottom;
    margin: auto;
    width: 100%;
    padding-top: 150px;
    height: 20px;
    display: flex;
    justify-content: center;
    bottom: 0;
    z-index:-1;
}
