@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(assets/background.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.container{
	display: flex;
	width: 100%;
	height: 75%;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

#logo{
	width: 75px;
}

h1{
	color: white;
	font-size: 75pt;
	font-family: 'Expletus Sans' ;
}

h2{
	color: white;
	text-align: center;
	font-family: 'PT Sans Caption' ;
}