﻿.footer {
    background: #e2e2e2;
    padding-top: 25px;
    padding-bottom: 25px;
}
    .footer p {
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



