@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background-color: #f4f4f5;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
}

a {
	color: rgb(250, 85, 68, 1);
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width:100%;
}

#header {
	background-color: #fff;
	text-align: center;
	padding: 40px 10px 30px;
}

#header > img {
	display: inline-block;
	height: 40px;
}

.sr-only {
	height: 0;
	overflow: hidden;
}

main, section > .inner {
	padding: 50px 20px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

main > h2 {
	padding: 8px 12px;
	margin-bottom: 20px;
	display: inline-block;
	background-color: rgba(250, 85, 68, .3);
	border: 1px solid rgb(250, 85, 68);
	border-radius: 4px;
	font-weight: bold;
	color: rgb(250, 85, 68);
	font-weight: 300;
	font-size: 12px;
}

main > h1 {
	font-size: 45px;
	font-family: 'Comfortaa', cursive;
	margin-bottom:30px;
}

section #cloudspot-preview {
	padding-top: 100px;
	max-width: 400px;
	margin:0 auto 40px;
}

main p, section p {
	line-height: 1.7em;
	margin-bottom: 20px;
}

section {
	background-color: white;
	padding-bottom: 100px;
}
