@import url('https://fonts.googleapis.com/css?family=Cabin');
@import url('https://fonts.googleapis.com/css?family=Anton');

body{
	height: 100vh;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	background: linear-gradient(rgba(28, 65, 105, 0.75),rgba(56, 112, 171, 0.75)),url(../img/background_image.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: justify;
}

h1, h2{
	font-family: Anton;
	font-weight: inherit;
	margin: 1.5rem 0 2rem;
}

h1{
	margin-bottom: 3.5rem;
}

h2, p{
	text-align: justify;
}

p{
	font-size: 1.15rem;
}