body {

	background-color: white;
}

.Box {
	position: absolute;
	top: 5%;
	left: 2%;
	background-color: #60C9E1;
	width: 95%;
	height: 90%;
	border-radius: 5%;

}

h1 {	
	position: absolute;
	left: 13%;
	top: 15%;
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 12vh;
	color: white;	
	
}

.icon img {
	
	border-radius: 40%;
	width: 80%;
}


.icon {
	display: inline;
	line-height: 1; 
}

.icon h2 {
	font-family: "Orbitron", sans-serif;
 	 font-style: normal;
	 font-size: 2vh;
}

p {
	font-family: "Orbitron", sans-serif;
	font-style: normal;
	color: #443cb9;

}
.icon a:link {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;
}


.icon a:visited {

	color: white;
	text-decoration: none;
	transition: 0.6s ease;

}

.icon a:hover {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
	img {
	border: 3vh solid #60C9E1;
	}
}

.icon a:hover + .InfoBox {
	opacity: 1;
	transition: 0.6s ease;

}


.icon a:active {

	color: #fc97bf;
	text-decoration: none;
	transition: 0.6s ease;
	img {
	border: 3vh solid #60C9E1;
	}
}

.InfoBox {
	  opacity: 0;
	  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;
	  transition: 0.6s ease;
}

.InfoBox p {

	margin: 5%;
	color: #60C9E1;
	font-size: 2.5vh;
}

.splash {

	position: absolute;
	top: 10%;
	left: 15%;
	height: 80%;
	width: 70%;
	background-image: url("Drawings/ZellySplashArt.png");
	background-size: 100% 100%;


}

.menu {
	display: flex;
        position: relative;
	justify-content: center;
	gap: 1vh;
}

.menuPos {

	position: absolute;
	justify-content: center;
	align-items: center;
	bottom: 23%;
	left: 15.5%;
}

.menuPos2 {

	position: fixed;
	justify-content: center;
	align-items: center;
	bottom: 20%;
	left: 20.5%;
}






