
*, *::before, *::after {
	box-sizing: border-box;
	}


html, body {
	height: 100%;
	font-size: 21px;
	line-height: 1.25em;
	font-family: 'Times New Roman', Times, serif;
}

body {
	margin: 0;
	font-size: 18px;
	line-height: 1.25em;
	color: #666;
}
a {
	text-decoration: none;
	color: black;
}
@media (max-width: 640px) {
	.nomobile {
		display: none;
	}
}
.logo {
	width: 100%;
	height: auto;
	min-height: 250px;
	max-height: calc(100vh - 190px);
	padding: 0 5vw;
}

.container {
	position: absolute;
	display: flex;
	flex-direction: column;
	height: 100%;
	width:  100%;
	margin: 0;
	align-items: center;
	justify-content: center;
}


.container > * {
	text-align: center;
/*	border: 1px solid yellow;
*/}
.table >div {
	padding-bottom: 20px;
	word-break: keep-all;
}

p {
	margin: 3vh;
}

@media (min-width: 1024px) {

}
@media (max-height: 640px) {
		.container >* {
		 padding: 12px;
	}
}