@import url('/core/styles/global.css');

main {
	box-sizing: border-box;
	color: #666666;
	font-family: Arial;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
img {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
img.horizontal {
	height: 50px;
}
img.vertical {
	height: 70px;
}
img.square {
	height: 120px;
}
h1 {
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 20px;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
a {
	display: inline-block;
	white-space: nowrap;
}