body {
	background: #252525;
	margin: 0;
}

.custom-scrollbar::-webkit-scrollbar {
	background-color: #434343;
	width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #FFE800;
}

#return-to-app {
	background: #FFE800;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: none;
	font-family: 'RubikMedium';
	font-size: 20px;
	padding: 10px 0 10px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}

#how-to {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 25px;
	margin: 40px 0 40px 0;
	text-align: center;
}

.index-device {
	border-bottom: 1px solid #FFE800;
	color: #FFFFFF;
	cursor: pointer;
	display: table;
	font-family: 'RubikMedium';
	font-size: 20px;
	margin: 40px auto 20px auto;
	padding: 5px;
	width: fit-content;
}

.index-browser {
	border-bottom: 1px solid #FFE800;
	color: #FFFFFF;
	cursor: pointer;
	display: table;
	font-family: 'RubikMedium';
	font-size: 15px;
	margin: 0 auto 20px auto;
	padding: 5px;
	width: fit-content;
}

#ios-devices,
#android-devices {
	margin-top: 80px;
	text-align: center;
	width: 100%;
}

#android-devices {
	margin-bottom: 40px;
}

.device-os-title {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 50px;
	margin-bottom: 20px;
}

.safari-logo,
.chrome-logo {
	width: 100px;
}

.device-os-version-title {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 25px;
	margin-bottom: 10px;
}

.image {
	border-radius: 10px;
	margin: auto auto 10px auto;
	width: 300px;
}

.congratulations {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 25px;
	margin-top: 10px;
	text-align: center;
}

.you-now-know {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 16px;
	text-align: center;
}

.line {
	border-bottom: 1px solid #FFE800;
	margin: 40px auto 40px auto;
	width: 80%;
}

.or {
	color: #FFFFFF;
	font-family: 'RubikMedium';
	font-size: 20px;
	margin-bottom: 10px;
}

#go-up {
	background: #FFE800;
	border-radius: 100%;
	bottom: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	display: none;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
}
