*{
	text-decoration: none;
	font-family: Geneva;
}
.a{
font-size: 120%;
color:#F1DEDC;
}
header {
    text-align: center;
    position: relative;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    position: relative;
    z-index: 1;
}

header p {
    font-size: 1.2em;
    font-style: italic;
    position: relative;
    z-index: 1;
}


html{
	font-size: 100%;
}
.nav a{
 font-size: 1.8rem;
 color:#F1DEDC;
 margin-left: 4rem;
 font-weight: 500;
 transition:0.3s ease;
border-bottom: 3px solid transparent;
text-decoration:none;
}

nav a:hover,
nav a.active{
	color: #F1DEDC;
	border-bottom: 3px solid #F1DEDC;
}

body{
	background-color:#8AC6D0;
	text-align:center;
	font-family:arial;
	text-decoration: wavy;
}


.sph{
font-size: 120%;
color:#F1DEDC;
}