.footer {
    position: relative;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border:none;
    background: rgb(0, 60, 150);
    border-color: rgb(204, 255, 255);
    color:rgb(255, 0, 136);

    z-index:999;
}