
.footer {
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #202528;
    color: white;
    /*text-align: center;*/

    display: flex;
    align-items: center;
    justify-content: center;    
    height:50px;
 }

 .footer p{
    margin-top: 1rem;
 }