body{
	height: 100vh;
	background-color: #EFF7F9;
	background-image: url(../images/parca-1.png), url(../images/parca-2.png);
	background-position: left 50px bottom 50px, right 50px bottom 100px;
  	background-repeat: no-repeat, no-repeat;
}

h1{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 40px;
	margin-bottom: 25px;
	color: #1E223D;
}

p{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400 ;
	font-size: 18px;
	color: #1E223D;
}
span{
	font-size: 12px;
	display: block;
}