h3{
    line-height: normal;
    margin-top: 10px;
    font-size: 50pt;
}
h3:hover{
    color: white;
	-webkit-text-stroke: 2px black;
}
.menu{
    font-family: Arial, "Bold", sans-serif;
    font-size: 80pt;
    /* margin-top: -100px;
    line-height: normal; */
}
.menu:hover, a:visited, a:link, a:active
{
    color: black;
    text-decoration: none;
}
