body {
	margin: 0;
}

.bold {
	font-weight: 800;
}

#infoMsg {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 2px;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: 600;
	transition: opacity 0.5s ease-out;
	opacity: 1;
}

#infoMsg.hidden {
	opacity: 0;
	pointer-events: none;
}

.successMsg {
	background-color: #12532f;
}

.errorMsg {
	background-color: #b70b03;
}

#c {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#copyright {
	text-align: center;
	color: #b4f7d1;
}

#copyright a {
	color: #b4f7d1;
}

/* latin */
@font-face {
  font-family: 'Iceberg';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/iceberg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
