* *, *:before, *:after {box-sizing:border-box;margin:0;padding:0}
* @-ms-viewport {width: device-width}
body {
    background: #eee;
    -webkit-text-size-adjust: none;
    color: #000;
    font-family: Tahoma, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100vh;
    width: 100%;
}

a {
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: inherit;
}
a:hover {
    color: #000
}

h1, strong {
	font-weight: bold;
}
p {
	margin-top: 20px;
}


article {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
.x {
	background: #fff;
	padding: 40px 40px 0;
	text-align: center;
}
h1 {
	font-size: 130%;
}

.logo {
	display: block;
	margin: 40px auto;
	max-width: 100%;
	height: auto;
}


.mf {
	margin: 40px auto 20px;
	display: block;
	padding: 20px;
	width: 100px;
	line-height: 1;
	text-decoration: none;
}



@media (min-width: 800px) {

.x {
	padding: 50px;
}


}
