#mainPage{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
}
.container{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	background: #B1B1B1;
}
.container div{
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.mainText_Container2{
	top: 10%;
	width: 70%;
	height: 5%;
	font-size: 3vw;
}
#header{
	left: 50%;
	top: 5%;
	width: 100%;
	height: 15%;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(31, 31, 34, 0.15);
	border-radius: 4px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.footer{
	
	position:relative;
	display: flex;
	bottom:0;
	  
	left:0;
	  
	width:100%;
	  
	height: 90px;
	  
	background-color: #ffffff;
	  
	  
}
#header div{
	position: relative;
	left: 0%;
	top: 0%;
	transform: translate(0%, 0%);
}
#logo{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #00B3F1;
}
#logoText{
	font-size: 2vw;
}
#logoSecondtext{
	font-size: 0.6vw;
}
#tabs{
	font-size: 1vw;
	width: 90%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#decorativeHeaderLine{
	width: 0.1vw;
	height: 3vw;
	background: #B2B8BF;
}


#mainText_Container1{
	left: 40%;
	top: 40%;
	width: 60%;
	height: 20%;
	color: white;
	text-align: left;
	font-size: 5vw;
}
#secondText_Container1{
	left: 25%;
	top: 50%;
	width: 30%;
	height: 20%;
	font-size: 1.5vw;
	color: white;
	text-align: left;
}
#app > * {
	border: 1px solid green;
}

#app {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

#app > h1 {
	grid-column: span 3;
}

.text {
	grid-column: span 2;
}
#button{
	left: 20%;
	top: 65%;
	width: 20%;
	height: 8%;
	color: white;
	background: #feffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4vw;
	font-size: 1.5vw;
}
h1{
	color:#A5D141;
}

a{
	text-decoration: none;
	color:#A5D141;
}
#mainText_Container2{
	top: 10%;
	width: 70%;
	height: 5%;
	font-size: 3vw;
}
#secondText_Container2{
	top: 25%;
	width: 70%;
	height: 5%;
	font-size: 1.5vw;
	text-align: left;
	color: #7D838A;
}
#mainText_Container5{
	top: 10%;
	width: 70%;
	height: 5%;
	font-size: 3vw;
}
#secondText_Container5{
	top: 25%;
	width: 70%;
	height: 5%;
	font-size: 1.5vw;
	text-align: left;
	color: #7D838A;
}
#object_Container2{
	top: 70%;
	width: 70%;
	height: 50%;
	background: #FFFFFF;
	box-shadow: 0px 1vw 3vw rgba(31, 31, 34, 0.15);
	border-radius: 1vw;
	font-size: 5px;
}
#image_Container2{
	left: 50%;
	top: -4%;
	width: 8vw;
	height: 8vw;
	border-radius: 50%;
	background: #BBBBBB;
}
#horizontalLine{
	height: 0.2vh;
	width: 40%;
	top: 50%;
	left: 30%;
	background: #C4C4C4;
}
#verticalLine{
	height: 60%;
	width: 0.2vh;
	top: 50%;
	left: 50%;
	background: #C4C4C4;
}
#topText{
	left: 50%;
	top: 15%;
	font-size: 1.5vw;
}
#smallTopLeftText{
	left: 10%;
	top: 30%;
	color: #7D838A;
	font-size: 1vw;
	transform: translate(0%, -50%);
}
#largeTopLeftText{
	left: 10%;
	top: 40%;
	font-size: 2vw;
	transform: translate(0%, -50%);
}
#smallBottomLeftText{
	left: 10%;
	top: 60%;
	color: #7D838A;
	font-size: 1vw;
	transform: translate(0%, -50%);
}
#largeBottomLeftText{
	left: 10%;
	top: 70%;
	font-size: 2vw;
	transform: translate(0%, -50%);
}
#topRightText{
	left: 60%;
	top: 25%;
	font-size: 1.5vw;
	transform: translate(0%, -50%);
}
