body {
	background-color: #000001;
	background-image: url(https://wallpapercave.com/wp/gGLnRUt.png);
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.col {
	background-color: transparent;
}


h1 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family: 'K2D', sans-serif;
	font-weight: bold;
	font-size: 95px;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

h3 {
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: medium;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: stretch;
}
