h1 {
	
	font-size: 3em;
	color: #60C9E1;
	font-family: "Audiowide", sans-serif;
  	font-weight: 400;
  	font-style: normal;

}

.main {
	margin: 0% 2%;

}

p {
	font-size: 1.5em;
	color: #BBECF7;
	font-family: "Orbitron", sans-serif;
 	 font-optical-sizing: auto;
 	 font-style: normal;

}

.box {

	background-color: white;
	border-radius: 2%;
	box-shadow: 2em 2em 0.5em grey;
	padding: 0;
	height: 56%;
	margin: 0% 10%;
	margin-bottom: 10%;

}

body {
	
	background-image: url("bgpattern.jpg");
	height: 100%;
  background-repeat: repeat;
}

.name {
	
	font-size: 2.5em;
	text-align: center;
	color: #60C9E1;
	line-height: 1;
	margin: 2% 0%;
	-webkit-text-stroke-width: 0.09em;
        -webkit-text-stroke-color: white;

}

.wavy {

}

.wavy span {
display: inline-block;
letter-spacing: -40px;
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;
  
}
