html, body, #root {
    height: 100%;
    display: flex;
    flex-direction: column;
}
p {
    font-size: 20px;
}

footer {
    margin-top: auto;
}