footer {
    background: #0e2816;
    padding: 20px;
}

.footer-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-cont p {
    color: white;
}