.menu-button {
font-family: 'Didot', serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
letter-spacing: 0.05em;
color: #000000;
cursor: pointer;
position: fixed;
top: 1rem;
right: 1rem;
z-index: 1001;
}
.menu-button a {
text-decoration: none;
color: inherit;
}