body {

	background-color: white;

}

.Box {
	position: absolute;
	top: 5%;
	left: 2%;
	background-color: #60C9E1;
	width: 95%;
	height: 90%;
	border-radius: 5%;

}


h1 {	

	position: absolute;
	top: 0%;
	left: 1.5%;
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 4.5em;
	text-align: center;
	color: white;	
	
}

.icon img {
	
}


.icon {

	text-align: left;
	line-height: 1; 
}

.icon h2 {
	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;
	 font-size: 0.7em;
}

.icon a:link {

	color: white;
	text-decoration: none;
}


.icon a:visited {

	color: white;
	text-decoration: none;
}

.icon a:hover {

	color: #fc97bf;
	text-decoration: none;
	img {
	border: 1.5em solid #60C9E1;
	}
}


.icon a:active {

	color: #fc97bf;
	text-decoration: none;
	img {
	border: 1.5em solid #60C9E1;
	}
}

.InfoBox {
	  display: none;
	  position: fixed;
	  top: 25%;
	  left: 68%;
          height: 15%;
	  width: 15%;
	  background-color: white;
	  border-radius: 10%;
	  justify-content: center;
 	  align-items: center; 
	  line-height: 2em;
}

.InfoBox p {

	margin: 5%;
	color: #60C9E1;
	font-size: 2.5vh;
}

.splash {

	position: absolute;
	top: 9%;
	left: 0;
	height: 90%;
	width: 80%;
	background-image: url("https://frankrj.neocities.org/Drawings/Zelly.png");
	background-size: 100% 100%;
}


p {
	display: none;
	font-family: "Orbitron", sans-serif;
	font-style: normal;
	color: #443cb9;

}


.menu {

	
	display: grid;
  	place-items: left;
	width: 100%;
	gap: 0;

}

.icon a:hover + .InfoBox {
	display: none;

}


.menuPos {

	position: absolute;
	bottom: 24%;
	left: 60%;
	
}

.menuPos2 {

	position: absolute;
	justify-content: center;
	align-items: center;
	top: 95%;
	left: 20%;
}







