body {
    background-color: white;
    font-size: 1.25rem;
}
header {
    position: sticky;
    top: 0;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

nav > details > summary.menu-label:first-child {
    &::marker {
        display:none;
        content:"";
    }
}

nav > details[open].menu-wrapper {
    position: fixed;
    top: calc(0.8rem + 2px);
    left: calc(6.25% + 18px);
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 20px 10px;
    z-index:900;
}

menu > li > a{
    color: black;
}