html, body {
	height: 100%;
}

body, div, p {
	margin: 0;
}

body {
    color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #1b1f22;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}

#install {
    display: none;
}

@media (display-mode: browser) {
    #install {
        display: block
    }
    #app {
        display: none;
    }
}
