/*
	Copyright (c) 2021, 2025 ArSysOp

	This program and the accompanying materials are made available under the
	terms of the Eclipse Public License 2.0 which is available at
	https://www.eclipse.org/legal/epl-2.0/.

	SPDX-License-Identifier: EPL-2.0

	Contributors:
		Anastasiia Parovyshnaia - initial API and implementation
*/

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	hyphens: auto;
	justify-content: center;
	align-items: center;
}

header {
	padding: 3rem;
	padding-bottom: 1rem;
	width: 50%;
	align-self: center;
}

footer {
	padding-bottom: 2rem;
	font-size: 80%;
	width: 100%;
}

footer .resources {
	text-align: right;
	margin-right: 10%;
}

footer .copyright {
	text-align: center;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}