
*,*:after,*:before {
    box-sizing: border-box;
}
body,html {
	width: 100%;
}
body {
    font-size:30px;
	font-family: 'Source Code Pro', monospace;
	text-rendering: optimizeLegibility;
	background-color: #000;
	color: #eee;
	padding-top: 100px;
}

.centered {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: row;
	text-align: center;
	flex-wrap: wrap;
}
#icon {
	width: 200px;
	min-width: 200px;
	display: block;
}
#brandname {
	font-size: 80px;
	line-height: 70px;
	padding-bottom: 10px;
	width: 200px;
}
#img-icon {
	width: 100%;
}
#contact {
	font-size: 12px;
	padding-top: 50px;
}
#subtitle {
	font-weight: 200;
}
a.mail {
	color: #ccc;
	text-decoration: none;
} 
a.mail:hover {
	color: #fff;
} 

@media (max-width:475px) {
	body {
		padding-top: 25px;
	}
	#brandname {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: -20px;
		margin-bottom: 30px;
	}
}