html, body {
	margin: 0;
	padding: 0;
}

a {
	color: #343434;
}

body {
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.main-container {
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 100vh;
}

.main-text {
	text-align: center;
	text-transform: uppercase;
	font-family: Anton;
	font-size: 40pt;
}

.main-logo img {
	width: 100%;
	max-width: 200px;
}

.contact-container {
	margin-top: 20px;
	font-family: Roboto;
}

.contact-element {
	margin-top: 5px;
	display: flex;
	align-content: center;
	justify-content: start;
	align-items: center;	
}

.contact-icon {
	margin-right: 20px;
}

.contact-icon i {
	font-size: 24px;	
}


