footer {
    background-color: #00955c;
    display: flex;
    justify-content: center;
    padding: 5% 16px;
}

footer p {
    color: white;
    font-size: 12px;
}