body {
  margin: 0;
  padding: 0;
}
div.menu-content {
  width: 320px;
}
#menu{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  background-color: #000;

  z-index: 9999;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  color: white;
}
#menu > a {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-right: 15px;
  
}
#menu > a:hover {
  color: rgb(3 228 191);

}