@import url(./theme/theme.css);

body {
    margin: 0;
    height: 100svh;
    width: 100vw;
    overflow: clip;
}

#root {
    height: 100%;
    width: 100%;

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

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageContainer:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    padding-bottom: calc(1/1 * 100%);
}

/*
 Material2 colors
*/
mwc-top-app-bar-fixed {
    --mdc-theme-primary: var(--md-sys-color-surface);
    --mdc-theme-on-primary: var(--md-sys-color-on-surface);
}

mwc-snackbar {
    --mdc-snackbar-action-color: var(--md-sys-color-inverse-primary);
}
