body {
background-color: #00FFB6;
}




.words {
font-size: 150px;
text-align: center;
}



.words75 {
font-size: 130px;
text-align: center;
opacity: 0.75;
}


.words50 {
font-size: 110px;
text-align: center;
opacity: 0.50;
}



.wordsfull {
font-size: 300px;
text-align: center;
}


.nav { top:0; left: 0;
position: fixed;
width: 100%;
height: 58px;
background-color: black;
}

.nav a{
height: 58px;
display:inline-block;
background-color: black;
line-height: 58px;
color: white;
padding: 0px 10px 0px 10px;
}

.nav a:hover{
	background-color:#333;
}



