footer {
    background-color: #3F4C98;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
footer div {
    color: white;
    font-size: 18px;
}