@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;1,300&display=swap');
@import url('fontello/css/fontello.css');

* {
	font-family: 'Fira Sans', sans-serif;
}

html, body {
	overflow: hidden;
	margin: 0;
	background-color: black;
}

#main_canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#main_div {
	border: 2px solid black;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.9);

	position: absolute;
	margin: auto;
	overflow: auto;

	padding: 20px;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	min-height: 120px;
	min-width: 280px;
 
	width: 0%;
	height: 0%;

	text-align: center;
}

#motto_div {
	font-size: 12pt;
	color: gray;
	font-weight: 300;
	font-style: italic;
}

#close_main_div {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: red;
	width, height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

#header_div {
	margin-bottom: 20px;
}

#name_div {
	margin: 0;
	font-size: 24pt;
	font-weight: 400;
}

a {
	color: black;
	text-decoration: none;
}

.icon {
	font-size: 16pt;
}
