body {

	background-image: url("Personal Home.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

h1 {	
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	margin: 0% 3%;
	font-size: 8em;
	color: #60C9E1;	
	 text-shadow: -3px -3px 0 blue, 3px -3px 0 blue, -3px  3px 0 blue, 3px  3px 0 blue;
	-webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: white;
	
}

.icon img {
	
	border-radius: 40%;
	width: 80%;
}


.icon {
	display: inline;
	width: 30%;
	text-align: center;
	line-height: 1; 
}

.icon h2 {
	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;
	font-size: 2.5em;
}

.icon a:link {

	color: #60C9E1;
	text-decoration: none;
}


.icon a:visited {

	color: #60C9E1;
	text-decoration: none;
}

.icon a:hover {

	color: white;
	text-decoration: none;
	img {
	border: 2em solid #60C9E1;
	}
}


.icon a:active {

	color: white;
	text-decoration: none;
	img {
	border: 2em solid #60C9E1;
	}
}

.menu {
	display: flex;
        position: relative;
	justify-content: center;
}

.menuPos {

	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70%;
}

