#install-app-page {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#install-app-page .back-button {
	color: #000;
}

#install-app-page #main {
	-webkit-overflow-scrolling: touch;
	font-size: 15px;
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 20px 50px 20px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 100%;
}

#install-app-page #main h2 {
	font-family: "RubikMedium";
	font-size: 20px;
	margin-bottom: 1rem;
}

#install-app-page #main h3 {
	background-color: var(--main-color);
	border-radius: 100%;
	box-shadow: 0 5px 5px 0px rgb(50 50 50 / 10%);
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 1rem;
	margin: 0 auto 1rem auto;
	width: 30px;
}
