body,
html{
	width: 100%;
	height:100%;
		}

body{
	font-family: 'Fjalla+One', sans-serif;
}

hr {max-width: 65px;
	border-width: 3px
	border-color: blue;
}

.faded {
	color: rgba(227, 228, 234);
}


header.stars {
  background-position: center;
  background-image: url("greg-rakozy-38802-unsplash.jpg");
  background-size: cover;
  height: 100%;
}

header.star hr{
	margin-top: 200px
	margin-bottom: 30px;
}

header.stars h1{
	font-size: 2rem;
}

.btn{
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 300px;
	font-family: Fjalla+One
}

.bnt-xl{
	padding: 1rem 2rem;
}

.btn-primary{
	background-color:1E7184;
	border-color: 1E7184;
}

.btn-primary:hover {
	background-color:1E7184;
	border-color: 1E7184;
	border-width: 10px;
	cursor: pointer;
}

