body {
	background-image: url("images/background.png");
	background-repeat: none;
	background-size: cover;


}

h1 {
	font-family: 'Alegreya Sans SC', sans-serif;
	color: white;
	font-size: 3em;
	margin-top: 0px;
}

.header {
	margin-top: 40px;
	margin-left: 40px;
}

#logo {
	width: 100px;
}

p {
	color: white;
	font-family: 'Amatic SC', cursive;
	margin-left: 50px;
}

div {
	column-count: 2;
}

i {
	color: white;
	margin-left: 15px;
}