:root {

	--color-def: #F4F7FF;

	--color001: #D6E1FF;
	--color002: #C9D9FF;

	--color011: #9bbfdc; /* #9bbfdc */
	--color012: #86B3D8;
	--color012-o: #86B3D83F;
	--color013: #75B5EA;

	--color020: #57758E;
	--color022: #4f687c63;
	--color024: #425994;

	--color027: #3f5ea9;

	--color030: #244391;

	--color040: #19466D;
	--color040-o: #19466D7F;
	--color041: #163F5E;
	--color042: #102E47;
	--color042: #11314c;

	--color050: #0B2133;

}
/*--------------------------------------------------------------------------------*/
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	width: 100vw; /* Full width */
  height: 100vh; /* Full height */
}
.generalPanel {
	display: block;
	position: absolute;
	width: 100vw; /* Full width */
  height: 100vh; /* Full height */
}
.generalScreen_center {
	position: relative;
	background-image: linear-gradient(to bottom, var(--color042) 20%, var(--color041));
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	left: 0px;
	top: 0px;
}
.generalScreen_flexCenter {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.generalScreen_text {
  color: white;
  font-size: xxx-large;
  font-weight: bold;
}
.generalScreen_img {
	margin: 24px 0px;
}
.generalScreen_imgS {
	left: 0;
  right: 0;
  width: 100%;
}
