.home {
    position:relative;
    display: flex;
    align-items: stretch;
    justify-content: center;

    flex-grow: 1;
    width: 100%;
}

.nav-bar {
    position: absolute;
    bottom: 0;

    white-space: nowrap;
    text-align: center;
    background-color: var(--md-sys-color-surface-container, #FFF);

    width: 100%;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-bar p {
    margin-bottom: 0px;
    color: var(--md-sys-color-secondary, #000)
}

.nav-button {
    width: 5em;
}

.nav-button-neutral {
    --md-sys-color-secondary-container: #ffffff00;
}

.screen-button {
    padding: 0px;
    width: 20rem;
    max-width: 80vw;

    aspect-ratio: 3 / 1;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: top;
}

.home-content {
    gap: 1em;
}

.flex-centred{
    justify-content: center;
}

md-filled-tonal-button {
    display : flex;
    flex-direction: row;
}