h1 {
	
	font-size: 1em;
	color: #60C9E1;
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;

}

.main {
	margin: 0% 5%;

}

p {
	font-size: 0.8em;
	color: #BBECF7;
	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight: <weight>;
 	 font-style: normal;

}

.box {

	background-color: white;
	border-radius: 2%;
	box-shadow: 1em 1em 0.5em grey;
	padding: 0;
	height: 40%;
	margin: 0% 10%;

}

body {
	
	background-image: url("bgpattern.jpg");
	height: 100%;
	
}

.name {
	
	font-size: 3em;
	text-align: center;
	color: #60C9E1;
	line-height: 1.5;
	margin: 10%;
	-webkit-text-stroke-width: 0.03em;
        -webkit-text-stroke-color: white;

}

.wavy {

}

.wavy span {
display: inline-block;
letter-spacing: -15px;
animation: wave 1.5s ease-in-out infinite;
animation-delay: calc(0.1s * var(--i));
}

@keyframes wave {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}



.main a:link {

	color: #60C9E1;
}


.main a:visited {

	color: #60C9E1;
}

.main a:hover {

	color: #F5E795;
}


.main a:active {

	color: #F5E795;
  
}

h3 {
  
  font-size: 0;
  
}
