/* Main Content Area */
main {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 90px; /* Space for the locked audio player */
}

.page {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
    height: 100%;
}

/* Home Page */
#home {
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}