html, body {
	border: 0;
	margin: 0;
    padding: 0;
}
body {
	display: flex;
	flex-flow: row;
	background: #151617;
	align-items: center;
	justify-content: center;
}
.wrapper {
	display: flex;
	width: 95%;
    height: 95%;
	align-items: center;
	justify-content: space-around;
}
a:link {
    text-decoration: none;
}
html, body {
	width: 100%;
    height: 100%;
}
.wrapper {
	flex-flow: column;
}
.header {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: auto;
	margin: 1vw;
	align-items: center;
	justify-content: space-around;
}
.logo {
	display: flex;
	width: 100%;
	height: 24vmin;
	margin: 1vmin;
	align-items: center;
	justify-content: center;
}
.logo div{
	background-image: url("https://uberi.fi/x.media/uberifix.png");
	background-size: 24vmin 24vmin;
	border-radius: 50%;
	width: 24vmin;
	height: 24vmin;
}
.name {
	display: flex;
	width: 100%;
    height: 16vmin;
	margin: 1vmin;
	align-items: center;
	justify-content: center;
}
.name div{
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 12vmin;
	color: #0b648f;
	text-align: center;
}
.content {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 4vmin;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: auto;
	margin: 1vw;
	align-items: center;
	justify-content: space-around;
}
.textbox {
	color: #aeaeae;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: auto;
	background: #232323;
	align-items: center;
	justify-content: space-around;
}
h1, p {
	margin: 1vmin;
	padding: 0;
}
