footer{
    width: 100%;
    height: 58px;
    background: rgba(33,70,151,1);
    color: rgba(16,16,16,1);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
footer p{
    font-size: 14px;
    color: #FFFFFF;
}
