@charset "UTF-8";
/* CSS Document */
html,body{
	overflow: hidden;
	font-family: 'Inter', sans-serif;
	width: 100vw;
	height: 100vh;
	
	
}

body{
	background-image: url("background.png");
	background-repeat: no-repeat;
	
}


nav{
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}




.title{
	margin-left: 18%;
	align-items: center;
	justify-content: center;
	width: 60vw;
	position: sticky;
	align-content: space-between;
	text-align: center;
	background-color: #6FD0FF;
	border-radius: 8px;
	padding: 1%;
	box-shadow: 1px 2px 2px 1px grey;
}


.date-time{
	text-align: center;

	
}

.main-title{
	margin-left: 60%;
	text-align: right;
	padding: 1%;
	margin-bottom: 2%;
	
}


.navi-bar ul{
	/*background:url("navi_bg.png");*/
	
	width: 95vw;
	justify-content: space-between;
	bottom: -22px;
	padding: 2%;
	position: absolute;
	list-style: none;
	text-align:center;
	text-align-last: justify;
	z-index: 3;
	
	
}



.box{
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 15px;
	margin-left: -3%;
	margin-bottom: -2%;
	background-color: #F4F4F4;
	z-index: -1;
	border-radius: 40%;
	
}

.background-box{
	position: absolute;
	width: 96vw;
	height: 60px;
	bottom: 15px;
	left: 0%;
	margin-bottom: -2%;
	background-color: #FCC843;
	z-index: -2;
	border-radius: 30px 30px 0px 0px;
}



.otherinfo{
	width: 100%;
	padding: 2%;
	
}


.cloud{
	position: absolute;
	margin-top: 9%;
	margin-left: 5%;
}


.sun{
	margin-left: 20%;
	margin-bottom: 3%;
	display: block;
}



#Logoscreen{
	display:flex;
	flex-direction: column;
	align-items: center;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	background-color: #FFFABC;
}

#mainContainer{
	display: none;
}


