@font-face {
	font-family: 'VAG';
	src: url('Vag.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAG-BOLD';
	src: url('Vag-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

img {display: block}
a {text-decoration: none;color: inherit}
a:hover {text-decoration: underline}

html, body {
	margin: 0;
	font-family: Arial;
	color: dimgray;
	background-color: #efafa2;
}

body {margin-top: 35px}
html {scroll-behavior: smooth}

main {
	padding-top: 30px;
	max-width: 650px;
	margin: 0 auto;
	background-color: white;
	min-height: 100vh;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

#value_proposition {
	width: 72%;
	text-align: right;
	margin-top: 45px;
	margin-right: 30px;
	margin-left: auto;
	font-size: 20px;
	line-height: 34px;
}

#why {
	padding-top: 50vh;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
}

.info_box {
	background-color: rgb(243, 243, 243);
	border-radius: 55px 55px 55px 15px;
	padding: 18px;
	margin: 2px;
	text-align: center;
	height: 150px;
}

.s1 {
	color: #ff9082;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#get_started {
	padding-top: 50vh;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}

#plan_box {
	background-color: rgb(243, 243, 243);
	border-radius: 55px 55px 55px 15px;
	padding: 30px;
	padding-top: 27px;
	padding-bottom: 30px;
	text-align: left;
}

#plan_box td {padding: 5px}

#sign_up_button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	background-color: white;
	border-radius: 55px 55px 55px 55px;
	font-family: 'VAG';
	font-size: 20px;
	font-weight: bold;
	color: #ff9082;
	cursor: pointer;
	margin: 0 auto;
	letter-spacing: 1px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	border: none;
	padding-left: 30px;
	padding-right: 30px;
}

#faq {
	padding-top: 50vh;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
}

.s2 {
	color: #ff9082;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	border-radius: 55px 55px 55px 15px;
	padding: 13px;
	background-color: rgb(243, 243, 243);
}

.s3 {
	font-size: 17px;
}

#contact {
	padding-top: 50vh;
	text-align: center;
	font-size: 16px;
	padding-bottom: 25vh;
}

footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 650px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); /* for iOS Safari */
}

#try_demo_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 90px;
	margin: 0 auto;
	background-color: white;
	border-radius: 55px 55px 55px 55px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'VAG-BOLD';
	font-size: 33px;
	color: #ff9082;
	cursor: pointer;
	border: none;
}

#sign_up_box {
	background-color: rgb(243, 243, 243);
	border-radius: 25px 25px 25px 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	color: #999999;
}

.text_box {
	margin-top: 5px;
	margin-bottom: 18px;
	width: 100%;
	border-radius: 9px 9px 9px 9px;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'VAG';
	font-size: 20px;
	border: 1px solid #999999;
	color: dimgray;
}

.nohighlight {
	user-select: none; /* Prevents the text from being selectable */
	-webkit-user-select: none; /* Prevent text selection on Safari */
	-webkit-tap-highlight-color: transparent; /* Disable tap highlight on iOS */
}
