html, body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff; /* f4f4f4 */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 100%;
}

.root {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.bold {
	font-weight: 600;
}

.content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page {
	max-width: 960px;
	margin: 0px auto;
	padding: 10px;
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-size: 28px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

.secondary-text {
	font-size: 12px;
}

.logo {
	margin: 0px 0px 10px 0px;
}


a,
a:hover,
a:visited {
	color: #19B5FE;
}

a.button.primary {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #19B5FE;
	background: #19B5FE;
	padding: 5px 10px;
	color: white;
}

a.button.secondary {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #19B5FE;
	background: transparent;
	padding: 5px 10px;
	color: #19B5FE;
}

.text-container {
	display: inline-block;
}

#mail-container {
	display: inline-block;
}