body{
	background-size: cover;
	background-position: center;
	font-family: lato;
}
html{
	height: 100%
}
#content{
	text-align: center;
}

#center{
    text-align :center;
}

h1{
	font-weight: 700;
	font-size: 3em;
}
.container{
    width: 90%;
}
.jumbotron p{
    font-size: 14px;
}