@import url("fonts.css");


body {
	font-family: Lato, Sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
}

#page {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2 {
	font-family: Josefin Sans, Sans-serif;
}

h1 {
	color:  #773F91;
	font-weight: 600;
	font-size: 32px;
}

p {
	word-break: break-word;
	margin-bottom: 20px;
}

header {
	margin-top: 20px;
	margin-bottom: 50px;
}

#logo-warp {
	text-align: center;
}
