body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #DACFC9;
}

main {
    flex-grow: 1; /* Pushes footer to the bottom */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
