:root {
	--main-bg-color: #fff9e9;
	--text-color: #2d2d2d;
}

html {
	font-size: 62.5%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
}

body {
	background: var(--main-bg-color);
	font-family: 'effra', sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
	height: 100vh;

}

h1 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: 500;
	margin: 0;
	padding: 2.4rem 0 .6rem 0;
}

p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
	padding: 0;
}

.button, .button:visited {
	appearance: none;
	border: 1px solid var(--text-color);
	color: var(--text-color);
	font-size: 2.1rem;
	padding: 1.2rem 2.4rem;
	border-radius: 2.4rem;
	text-decoration: none;
	display: inline-flex;
	flex-direction: row;
	background: none;
	font-weight: 500;
	transition: background-color .2s ease 0s, color .2s ease 0s;
	width: auto;
	margin-top: 1.6rem;
}

.button:active, .button:hover, .button:focus {
	background: var(--text-color);
	color: var(--main-bg-color);
}

.center-main {
	padding: 24px;
	max-width: 320px;
	text-align: center;
}

.center-main img {
	width: 100%;
}

.click-here-to-start {
	position: absolute;
	bottom: 3.6rem;
	right: 10rem
}

.intercom-lightweight-app-launcher, .intercom-launcher {
	background: #cd4e03 !important;
}
