@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body{
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Work Sans', sans-serif;
}

#content{
	width: 80vw;
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}
h1{
	font-size: 40px;
	margin: 20px 0px 20px;
}
h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.row-flex{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.5em;
}
.logo{
	max-width: 300px;
	margin-bottom: 30px;
}
.left{
	text-align: left;
}
.row-left, .left.row-flex{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
span{
	padding-right: 10px;
}
