footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100vw;
    align-items: center;
    background-color: #FF00D0;
}