@import url(http://fonts.googleapis.com/css?family=Abel);

body, html {
margin: 0;
padding: 0;
font-family: 'Abel', sans-serif;
color: black;
}

.content {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}

adress {
	display: block;
	text-align: center;
}

@media (max-width: 767px) {
	.logo {
		max-width: 80%
	}
	.logo img {
		width: 100%;
	}
}

h1 {
color: black; 
font-size: 18px;
font-weight: normal;
margin: 0;
line-height: 100%;
margin-bottom: 0px;
text-transform: uppercase;
}

h2 {
color: #bfbfbf;
font-size: 22px;
font-weight: normal;
line-height: 140%;
margin: 0;
margin-bottom: 5px;
}


a, a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

