body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 44pt;
}