footer{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-top: solid 4px #181818;
    z-index: 0;
}

footer p{
   
    font-size: 16px;
}

footer p a{
    color: rgb(68, 68, 110);
    text-decoration: none;
}