@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

html,
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
}

.d-table {
	width: 100%;
	height: 100vh;
	padding: 20px;
}

.d-table-cell {
	vertical-align: middle;
	text-align: center;
}

img {
	margin-bottom: 30px;
}

a, a:hover, a:focus {
	color: #000;
}

@media (max-width : 767px) {
	html,
	body {
		font-size: 20px;
	}
}