h3:hover{
    color: white;
	-webkit-text-stroke: 2px black;
}
.menu{
    font-family: Arial, "Bold", sans-serif;
    font-size: 35pt;
    line-height: 20pt;
}
.menu:hover, a:visited, a:link, a:active
{
    color: black;
    text-decoration: none;
}
body{
    margin-left: 50px;
}
@media screen and (max-width: 1024px){
    .menu{
        font-size: 20pt;
        font-family: Arial, "Bold", sans-serif;
        line-height: 15pt;
    }
    
}