.menu
{
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 4%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-weight: bold;
  font-size: 1.75em;
  color: black;
  border: 0.5px #BFBFBF;
  box-shadow: -5px 5px 5px gray, 5px 5px 5px gray;
}
a:link
{
  text-decoration:none ;
  color: #000000;
}
a:visited
{
  text-decoration:none ;
  color: #000000;
  cursor: default;
}
a:hover
{
  text-decoration:none ;
  color: #000000;
}
a:active
{
  text-decoration:none ;
  color: #000000;
  cursor: default;
}