#how-to-install-page {
	background: #4C4C4C;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100vw;
}

#how-to-install-page #container {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

#how-to-install-page #message {
	color: #FFFFFF !important;
}

#how-to-install-page #image {
	border-radius: 10px;
	border: 1px solid white;
	margin-top: 20px;
	width: 60%;
}

#how-to-install-page #continue-button {
	background: #FFE800;
	border-radius: 5px;
	font-family: "RubikMedium";
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 60%;
}

@media (orientation: landscape) {
	#how-to-install-page #image {
		height: 50vh;
		width: unset;
	}
}