body {
	font-family: 'Oswald', sans-serif;
}
.jumbotron{
	border-radius:0px;
	align-items:center;
	display:flex;
	background-image: url(../img/principal.png);
	background-size:cover;
	background-color:#898888;
	color:white;
	
}
.bg-cover {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

